add turbo, changes to make it work across docker, docker-compose, npx

This commit is contained in:
Henry
2023-11-27 11:56:40 +00:00
parent 2356cc7abd
commit 8ce32179ee
15 changed files with 25782 additions and 36867 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
"exec": "./bin/dev start",
"exec": "npm start",
"ext": "ts"
}