forked from syntaxbullet/AuroraBot-discord
feat: (ui) new design
This commit is contained in:
@@ -136,7 +136,7 @@ const build = async () => {
|
||||
target: "browser",
|
||||
sourcemap: "linked",
|
||||
define: {
|
||||
"process.env.NODE_ENV": JSON.stringify("production"),
|
||||
"process.env.NODE_ENV": JSON.stringify((cliConfig as any).watch ? "development" : "production"),
|
||||
},
|
||||
...cliConfig,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user