This commit is contained in:
@@ -7,7 +7,7 @@ const __dirname = path.dirname(__filename);
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
//output: 'standalone',
|
||||
poweredByHeader: false,
|
||||
turbopack: {
|
||||
root: __dirname,
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"all": "concurrently \"npm run dev\" \"npm run dev:admin\"",
|
||||
"build": "prisma generate && next build && npm run build: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",
|
||||
"db:migrate": "prisma migrate dev",
|
||||
"db:push": "prisma db push",
|
||||
|
||||
Reference in New Issue
Block a user