Update PLATFORM env var
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
const isBossServer = import.meta.env.BOSS_SERVER === 'true';
|
||||
const isBossServer = import.meta.env.BOSS_SERVER === true;
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user