npm run build durch gelaufen
This commit is contained in:
@@ -2,7 +2,7 @@ import type { NextConfig } from 'next'
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
transpilePackages: ['@innungsapp/shared'],
|
||||
output: 'standalone',
|
||||
output: process.env.DOCKER_BUILD ? 'standalone' : undefined,
|
||||
experimental: {},
|
||||
webpack: (config, { dev }) => {
|
||||
if (dev) {
|
||||
|
||||
Reference in New Issue
Block a user