remove turbopack option and fix type issues

This commit is contained in:
2025-05-31 22:21:52 -04:00
parent f477ba21ea
commit 2ea4bab316
3 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
"private": true,
"scripts": {
"prebuild": "node ./scripts/generate-metadata.js",
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},