use turbo in dev mode (#321)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3000",
|
||||
"dev": "next dev -p 3000 --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint . --max-warnings 0",
|
||||
@@ -52,7 +52,7 @@
|
||||
"lucide-react": "^0.503.0",
|
||||
"mime-types": "^3.0.1",
|
||||
"nanoid": "^5.1.5",
|
||||
"next": "15.3.7",
|
||||
"next": "15.5.8",
|
||||
"next-auth": "^4.24.11",
|
||||
"nodemailer": "^7.0.3",
|
||||
"pino": "^9.7.0",
|
||||
@@ -65,12 +65,13 @@
|
||||
"react-hook-form": "^7.56.1",
|
||||
"recharts": "^2.15.3",
|
||||
"server-only": "^0.0.1",
|
||||
"shiki": "^3.3.0",
|
||||
"stripe": "^18.0.0",
|
||||
"superjson": "^2.2.2",
|
||||
"tldts": "^7.0.4",
|
||||
"ua-parser-js": "^2.0.3",
|
||||
"usesend-js": "workspace:*",
|
||||
"use-debounce": "^10.0.4",
|
||||
"usesend-js": "workspace:*",
|
||||
"zod": "^3.24.3",
|
||||
"zustand": "^5.0.8"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user