chore(script): 修改启动容器和开发环境命令
All checks were successful
Egg Server MIflow / build-image (push) Successful in 45s
All checks were successful
Egg Server MIflow / build-image (push) Successful in 45s
This commit is contained in:
parent
d65048c372
commit
8af3d6c118
@ -3,7 +3,8 @@
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run index.ts",
|
||||
"start": "NODE_ENV=production bun run index.ts",
|
||||
"dev": "NODE_ENV=dev bun run index.ts --watch",
|
||||
"lint": "eslint --fix .",
|
||||
"prepare": "husky",
|
||||
"prettier": "prettier --write ."
|
||||
|
Loading…
x
Reference in New Issue
Block a user