Update package.json (#1570)

Compatible with the creation of environment variables in the Windows environment
This commit is contained in:
TwperBody
2025-07-12 22:31:30 +08:00
committed by GitHub
parent bfdf238db5
commit 858cfd8d5a

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"dev:local": "NEXT_PUBLIC_API_BASE_URL=http://localhost:5300 next dev --turbopack",
"dev:local:win": "set NEXT_PUBLIC_API_BASE_URL=http://localhost:5300 && next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",