test this

This commit is contained in:
2025-06-17 19:16:56 +02:00
parent 2dd714bdd2
commit 7d4e5b226f
6 changed files with 20 additions and 399 deletions

View File

@@ -3,10 +3,9 @@ const nextConfig = {
output: 'standalone',
reactStrictMode: true,
swcMinify: true,
// Ensure we can access the app from outside the container
experimental: {
outputFileTracingRoot: undefined,
}
server: {
port: 8080,
},
}
module.exports = nextConfig