mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:24:55 +00:00
port
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx nest build",
|
"build": "npx nest build",
|
||||||
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
|
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
|
||||||
"start": "npx nest start",
|
"start": "node dist/main",
|
||||||
"start:dev": "npx nest start --watch",
|
"start:dev": "npx nest start --watch",
|
||||||
"start:debug": "npx nest start --debug --watch",
|
"start:debug": "npx nest start --debug --watch",
|
||||||
"start:prod": "node dist/main",
|
"start:prod": "node dist/main",
|
||||||
|
|||||||
Reference in New Issue
Block a user