fix: deployment

This commit is contained in:
Dominik Natter
2025-03-31 14:07:57 +02:00
parent dbd1e098c8
commit e645b7eabb

View File

@@ -6,6 +6,7 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
output: 'standalone',
}
export default withPayload(nextConfig, { devBundleServerPackages: false })