fix: drop turbopack, add webpack extensionAlias for SDK .js→.ts resolution

This commit is contained in:
thesn10
2026-06-25 18:28:46 +02:00
parent f121abde14
commit 5cc3231952
2 changed files with 10 additions and 1 deletions

View File

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