mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
6 lines
232 B
TypeScript
6 lines
232 B
TypeScript
export const BACKEND_URL: string =
|
|
import.meta.env.VITE_BACKEND_URL ?? '';
|
|
|
|
export const VITE_UNIRATE_API_KEY: string =
|
|
import.meta.env.VITE_UNIRATE_API_KEY ?? 'wYXMiA0bz8AVRHtiS9hbKIr4VP3k5Qff8XnQdKQM45YM3IwFWP6y73r3KMkv1590';
|