Updated dev filr structure

This commit is contained in:
2023-12-30 16:57:46 +01:00
parent 474a537797
commit 00ea25e389
3 changed files with 12 additions and 12 deletions

View File

@@ -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/",