We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a2936 commit ca65a81Copy full SHA for ca65a81
package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"private": true,
6
"scripts": {
7
- "dev": "next dev --turbopack",
+ "dev": "next dev",
8
"build": "next build",
9
"start": "prisma migrate deploy && next start",
10
"lint": "next lint",
0 commit comments