mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-12 02:49:20 +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: {},
|
rendering: {},
|
||||||
debug: require("./config.local").default,
|
debug: IS_DEBUG ? require("./config.local").default : {},
|
||||||
|
|
||||||
// Secret vars
|
// Secret vars
|
||||||
info: {
|
info: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user