mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-11 18:39:21 +00:00
set config.debug to empty object outside IS_DEBUG
This commit is contained in:
parent
77fb9ba0b5
commit
fdb0deb2a5
@ -82,7 +82,7 @@ export const globalConfig = {
|
||||
},
|
||||
|
||||
rendering: {},
|
||||
debug: require("./config.local").default,
|
||||
debug: IS_DEBUG ? require("./config.local").default : {},
|
||||
|
||||
// Secret vars
|
||||
info: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user