Skip to content

Commit f983b8f

Browse files
committed
feat: add mercure token
1 parent e2246ec commit f983b8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/utils/env.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
console.log('Loaded env:', import.meta.env)
2+
13
export const SITE_NAME = import.meta.env.VITE_APP_NAME
24
export const MERCURE_URL = import.meta.env.VITE_MERCURE_URL
35
export const API_URL = import.meta.env.VITE_API_URL

0 commit comments

Comments
 (0)