test ci
Some checks failed
/ build (push) Failing after 6s

This commit is contained in:
fred 2025-10-30 14:22:17 -07:00
parent bc926b9bba
commit fe12ced963
4 changed files with 29 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/index.ts",
"production": "tsc && node ./dist/index.js",
"production": "npx tsc && node ./dist/index.js",
"demo": "tsc && node ./dist/index.js"
},
"keywords": [],