mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
enable debug env
This commit is contained in:
parent
912790dddf
commit
61ae60684a
@ -62,7 +62,8 @@ console.log(
|
||||
|
||||
console.log("Environment: %c" + G_APP_ENVIRONMENT, "color: #fff");
|
||||
|
||||
if (G_IS_DEV && IS_DEBUG) {
|
||||
// if (G_IS_DEV && IS_DEBUG) {
|
||||
if (true) {
|
||||
console.log("\n%c🛑 DEBUG ENVIRONMENT 🛑\n", "color: #f77");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user