correction deploiement v3
All checks were successful
Build and Push App / build (push) Successful in 4m35s

This commit is contained in:
2026-04-19 12:31:19 +02:00
parent ce5245299c
commit 270c4055dc
4 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
"all": "concurrently \"npm run dev\" \"npm run dev:admin\"",
"build": "next build",
"build:admin": "npm run build --prefix admin",
"start": "next start -p 3000",
"start": "./node_modules/.bin/next start -p 3000",
"start:admin": "npm run start --prefix admin -- -p 3001",
"lint": "next lint",
"lint:admin": "npm run lint --prefix admin"