feat: env配置
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.env.sit
0 → 100644
| ... | ... | @@ -6,6 +6,7 @@ |
| "author": "HoMeTown", | ||
| "scripts": { | ||
| "dev": "rsbuild dev --open", | ||
| "build:sit": "npx rsbuild dev --env-mode sit", | ||
| "build": "rsbuild build", | ||
| "preview": "rsbuild preview", | ||
| "lint": "eslint .", | ||
| ... | ... | @@ -47,6 +48,7 @@ |
| "@rsbuild/plugin-less": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-react": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-svgr": "1.0.1-beta.9", | ||
| "@types/node": "^22.0.2", | ||
| "@types/react": "^18.3.3", | ||
| "@types/react-dom": "^18.3.0", | ||
| "eslint": "^9.8.0", | ||
| ... | ... |
Please
register
or
sign in
to comment