Fix dev runner

This commit is contained in:
2025-10-17 11:27:33 +01:00
parent c306976f3a
commit 0beba170a3

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "PORT=4000 next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",