npm run build durch gelaufen

This commit is contained in:
Timo Knuth
2026-02-28 11:56:31 +01:00
parent aec4b93439
commit 02bb2ed994
6 changed files with 18 additions and 24 deletions

View File

@@ -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) {