Sign in
bazel
/
continuous-integration
/
f7cc798664fa30d578b45f32d23b6655bc1d5d12
/
.
/
dashboard
/
client
/
next.config.js
blob: 18041313df5509f7d1f0f9ab2172f0f8f9e82c58 [
file
]
const
withBundleAnalyzer
=
require
(
"@next/bundle-analyzer"
)({
enabled
:
process
.
env
.
ANALYZE
===
"true"
,
});
module
.
exports
=
withBundleAnalyzer
({
serverRuntimeConfig
:
{
SERVER_URL
:
process
.
env
.
SERVER_URL
||
"http://localhost:8080"
,
},
});