fixed build issue

This commit is contained in:
2025-09-05 00:53:18 +02:00
parent 03204b47ee
commit 610d6b62e4
3 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"container:build": "bun run build && bun start",
"start": "next start",
"typegen": "next typegen",
"lint": "eslint .",