correction deploy
All checks were successful
Build and Push App / build (push) Successful in 5m57s

This commit is contained in:
2026-05-03 16:21:12 +02:00
parent 2122075801
commit 0e72867d4c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ const __dirname = path.dirname(__filename);
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
output: 'standalone', //output: 'standalone',
poweredByHeader: false, poweredByHeader: false,
turbopack: { turbopack: {
root: __dirname, root: __dirname,

View File

@@ -12,7 +12,7 @@
"all": "concurrently \"npm run dev\" \"npm run dev:admin\"", "all": "concurrently \"npm run dev\" \"npm run dev:admin\"",
"build": "prisma generate && next build && npm run build:admin", "build": "prisma generate && next build && npm run build:admin",
"build:admin": "npm install --prefix admin && prisma generate && npm run build --prefix admin", "build:admin": "npm install --prefix admin && prisma generate && npm run build --prefix admin",
"start": "npx prisma migrate deploy && node .next/standalone/server.js", "start": "npx prisma migrate deploy && next start",
"start:admin": "npm run start --prefix admin", "start:admin": "npm run start --prefix admin",
"db:migrate": "prisma migrate dev", "db:migrate": "prisma migrate dev",
"db:push": "prisma db push", "db:push": "prisma db push",