This commit is contained in:
parent
612ef52d01
commit
cf146d6345
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"build": "nest build",
|
"build": "nest build",
|
||||||
"start": "bun --bun nest start",
|
"start": "bun --bun nest start",
|
||||||
"start:dev": "bun --hot ./src/app.ts",
|
"start:dev": "bun --hot ./src/app.ts",
|
||||||
"start:prod": "bun dist/app",
|
"start:prod": "bun dist/src/app",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint . --fix"
|
"lint:fix": "eslint . --fix"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue