Update PLATFORM env var

This commit is contained in:
Alicia Sykes
2024-05-07 12:47:37 +01:00
parent 1478fa738d
commit 22cf1244c7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
const isBossServer = import.meta.env.BOSS_SERVER === 'true';
const isBossServer = import.meta.env.BOSS_SERVER === true;
---