deps: migrate to next 15

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2025-04-26 09:47:09 +02:00
parent 893da0142c
commit b27f195e30
No known key found for this signature in database
GPG key ID: FE1CD209E3EA5E85
14 changed files with 1413 additions and 411 deletions

View file

@ -95,10 +95,7 @@ const rawNextConfig = {
])
},
output: 'standalone',
swcMinify: true,
experimental: {
outputFileTracingRoot: path.join(__dirname, '../')
},
outputFileTracingRoot: path.join(__dirname, '../'),
productionBrowserSourceMaps: true
}
const completeNextConfig = withBundleAnalyzer(rawNextConfig)