1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-02 13:43:51 +03:00

fix(scripts): tmp setup Node.js bridge removal

This commit is contained in:
louistiti 2023-04-30 23:49:21 +08:00
parent 40819e8e17
commit 308b63f576
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -151,7 +151,7 @@ const setupBinaries = async (key) => {
}
export default async () => {
await setupBinaries('nodejs-bridge')
// await setupBinaries('nodejs-bridge')
await setupBinaries('python-bridge')
await setupBinaries('tcp-server')
}