add runner

This commit is contained in:
Puechberty Arthur
2026-06-12 00:46:02 +02:00
parent 5e3bd52b6b
commit cd5a388928
7 changed files with 79 additions and 55 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": {