manual handle if install page can be seen on dev

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2025-12-03 20:17:42 +01:00
parent 444897d9a1
commit b32fd4509f
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
const api = API.instance;
// debug / dev
const isDevelopement = import.meta.env.DEV;
const isDevelopement = false;
// local state
let loginStatus = AppStateService.LOGIN.UNKNOWN;

View File

@@ -48,7 +48,7 @@
let templatesError = '';
// dev
const isDevelopement = import.meta.env.DEV;
const isDevelopement = false;
// initialize theme system
onMount(() => {