Skip to content

Commit ff3ab4e

Browse files
committed
add debug output
1 parent 4d38670 commit ff3ab4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

webui/src/components/Header.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import Fuse from 'fuse.js';
88
import { parseMarkdown } from '@/composables/markdown';
99
import { Modal } from 'bootstrap';
1010
11+
console.log(import.meta.env);
12+
1113
const isDashboard = import.meta.env.VITE_DASHBOARD === 'true'
1214
const useDemo = import.meta.env.VITE_USE_DEMO === 'true'
1315
let appInfo: AppInfoResponse | null = null

0 commit comments

Comments
 (0)