reenabled turbopack to get it running again

This commit is contained in:
2025-02-03 14:42:48 -05:00
parent 239f6bceda
commit 2a22744b06
3 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.2.0",
"private": "true",
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"