This commit is contained in:
Ammar Qaffaf
2024-03-11 19:16:41 -04:00
parent 66cdee665a
commit 7cd508383f

View File

@ -8,7 +8,7 @@
"scripts": {
"build": "npx nest build",
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
"start": "npx nest start",
"start": "node dist/main",
"start:dev": "npx nest start --watch",
"start:debug": "npx nest start --debug --watch",
"start:prod": "node dist/main",