diff --git a/next.config.js b/next.config.js index 400e581..7f7b15d 100644 --- a/next.config.js +++ b/next.config.js @@ -12,7 +12,7 @@ module.exports = { // For Discord.js to work in Server Actions config.module.rules.push({ test: /zlib_sync\.node$/, - use: "node-loader", + use: "node-loader" }) // Make sure to return the modified config