mirror of
https://github.com/jetkvm/cloud-api.git
synced 2025-09-16 08:38:15 +00:00
chore: update dev script with watch and debug options
This commit is contained in:
parent
e9191d7972
commit
d0bcb4b40d
@ -5,7 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "NODE_ENV=production node -r ts-node/register ./src/index.ts",
|
"start": "NODE_ENV=production node -r ts-node/register ./src/index.ts",
|
||||||
"dev": "NODE_ENV=development node --env-file=.env.development -r ts-node/register ./src/index.ts"
|
"dev": "NODE_ENV=development node --watch --watch-path=./src --env-file=.env.development -r ts-node/register ./src/index.ts --debug-brk"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "21.1.0"
|
"node": "21.1.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user