This commit is contained in:
stefandsl 2026-06-12 17:15:58 +02:00 committed by GitHub
commit 23f35315cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 1928 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"version": "1.34.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack -p 3010",
"build": "next build",
"start": "next start",
"lint": "next lint",