Bugfix: Fix dev function
This commit is contained in:
Vendored
+1
-1
@@ -2,5 +2,5 @@ export default function isDevelopment() {
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
return false;
|
||||
}
|
||||
return Boolean(global.CONFIG?.development);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user