fix: remove standalone output mode for dev server compatibility

This commit is contained in:
Lumina
2025-12-24 02:15:53 +01:00
parent b3d8fe8dfe
commit 2085ff22c5

View File

@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
output: 'standalone', // Note: 'output: standalone' is set during Docker build, not in dev mode
experimental: { experimental: {
serverActions: { serverActions: {
bodySizeLimit: '2mb', bodySizeLimit: '2mb',