We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febec5f commit 4ddb92dCopy full SHA for 4ddb92d
1 file changed
package.json
@@ -4,7 +4,8 @@
4
"private": true,
5
"scripts": {
6
"start": "node ./dist/bin/www.js",
7
- "dev": "nodemon ./bin/www",
+ "dev": "ts-node ./bin/www.ts",
8
+ "dev:hot": "nodemon --exec \"npm run dev\" --watch . --ext ts",
9
"build": "tsc",
10
"backup": "cp ./database/cue.db ./backups/cue-$(date +%Y-%m-%d-%H-%M-%S).db"
11
},
0 commit comments