chore: switch to pnpm

This commit is contained in:
Junyan Qin
2025-07-26 19:45:38 +08:00
parent d3b31f7027
commit a152dece9a
4 changed files with 4 additions and 37 deletions

View File

@@ -4,8 +4,6 @@
"private": true,
"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",