Minor changes to running in dev mode.

This commit is contained in:
Greg L
2023-12-05 18:05:38 -05:00
parent 0ad9b9ae3d
commit 53c330a53b
4 changed files with 8 additions and 4 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": "npm start",
"exec": "pnpm start",
"ext": "ts"
}