Update package.json (#1627)

This commit is contained in:
How-Sean Xin
2025-08-23 20:22:25 +08:00
committed by GitHub
parent d3a147bbdd
commit b5e22c6db8

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",