feat: 添加本地启动依赖
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user