1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 06:17:20 +03:00

chore: explicit exclusion of TCP server and Python bridge on TypeScript watcher

This commit is contained in:
louistiti 2022-10-07 15:47:55 +08:00
parent 7111983ef5
commit 6a4bde6c88
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -19,5 +19,5 @@
},
"files": ["server/src/global.d.ts"],
"include": ["server/src/**/*"],
"exclude": ["node_modules", "server/dist"]
"exclude": ["node_modules", "server/dist", "bridges/python", "tcp_server"]
}