feat: support normalizing coordinate spaces
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"build": "tsc",
|
||||
"check": "tsc --noEmit",
|
||||
"test": "npm run build && node --test dist/test/*.test.js",
|
||||
"home": "node dist/src/main.js",
|
||||
"home": "node --env-file-if-exists=.env dist/src/main.js",
|
||||
"setup:check": "node --env-file=.env dist/src/check.js",
|
||||
"agent": "node --env-file=.env dist/src/agent.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user