1
0
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:
Dimava 2020-06-13 23:55:28 +03:00
parent 77fb9ba0b5
commit fdb0deb2a5

View File

@ -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: {