fix: remove standalone output mode for dev server compatibility
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
// Note: 'output: standalone' is set during Docker build, not in dev mode
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '2mb',
|
||||
|
||||
Reference in New Issue
Block a user