diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 9ffe15ec..25dc2f7b 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -11,7 +11,7 @@ const nextConfig = withTM(["hexabot-widget"])({ ]; }, webpack(config) { - if (process.env.NODE_ENV==="development"){ + if (process.env.NODE_ENV==="development") { config.watchOptions = { poll: 1000, aggregateTimeout: 300,