feat: 添加本地启动依赖

This commit is contained in:
2026-07-13 19:15:10 +08:00
parent 46bac51703
commit 6e0a5fe397
2 changed files with 68 additions and 4 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"packageManager": "pnpm@10.18.1",
"scripts": {
"dev": "scripts/dev.sh",
"dev": "dotenv -e .env -- scripts/dev.sh",
"build": "nx run-many -t build -p api web",
"test": "nx run-many -t test -p api web",
"lint": "nx run-many -t lint -p web contracts",
@@ -18,6 +18,7 @@
"devDependencies": {
"@nx/vite": "^21.0.0",
"@vitejs/plugin-react": "^5.0.0",
"dotenv-cli": "^11.0.0",
"nx": "^21.0.0",
"typescript": "^5.8.0",
"vite": "^7.0.0"