blob: 18041313df5509f7d1f0f9ab2172f0f8f9e82c58 [file] [log] [blame]
const withBundleAnalyzer = require("@next/bundle-analyzer")({
enabled: process.env.ANALYZE === "true",
});
module.exports = withBundleAnalyzer({
serverRuntimeConfig: {
SERVER_URL: process.env.SERVER_URL || "http://localhost:8080",
},
});