update runner

This commit is contained in:
Puechberty Arthur
2026-06-10 23:44:38 +02:00
parent e8c7ccf340
commit dc321f43dd
5 changed files with 31 additions and 67 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "node .next/standalone/server.js",
"docker": "docker compose up --build",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},