add runner

This commit is contained in:
Puechberty Arthur
2026-06-12 01:06:17 +02:00
parent b06d4e6844
commit 4b21254c7d
8 changed files with 75 additions and 39 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "node .next/standalone/server.js",
"docker": "docker compose up --build",
"lint": "eslint"
},
"dependencies": {