Updated dev filr structure
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"start": "node dist/src/index.js",
|
||||
"build": "tsc",
|
||||
"watch": "tsc -w",
|
||||
"dev": "nodemon dist/src/index.js",
|
||||
"dev:ts": "nodemon --config nodemon-ts.json",
|
||||
"dev": "nodemon",
|
||||
"dev:js": "nodemon --config nodemon-js.json dist/src/index.js",
|
||||
"dev:build": "ts-node scripts/dev-deploy.ts",
|
||||
"dev:delete": "ts-node scripts/delete-commands.ts",
|
||||
"format": "prettier --write src/",
|
||||
|
||||
Reference in New Issue
Block a user