fix: strip .js extensions from SDK imports; restore turbopack dev

This commit is contained in:
thesn10
2026-06-25 18:39:14 +02:00
parent 5cc3231952
commit 627e08b192
6 changed files with 10 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
"name": "solisting-app",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit"