chore(script): 修改启动容器和开发环境命令
All checks were successful
Egg Server MIflow / build-image (push) Successful in 45s

This commit is contained in:
zhaoyingbo 2024-08-22 01:47:00 +00:00
parent d65048c372
commit 8af3d6c118

View File

@ -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 ."