fix: add minor changes

This commit is contained in:
Emnaghz 2024-09-28 13:34:10 +01:00
parent 3c0041a517
commit 1aae30d06c

View File

@ -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,