Fix some syntax issues so the code actually runs

This commit is contained in:
2025-03-18 12:32:05 -05:00
parent 38379a0df7
commit 94d1d1cfbf
2 changed files with 14 additions and 20 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"build": "next build",
"check": "next lint && tsc --noEmit",
"dev": "next dev --turbo",
"dev": "next dev",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",