export const APP_VERSION = import.meta.env.PACKAGE_VERSION; export const FLUXER_LINK = "https://fluxer.gg/rEBQ3B8E"; export const GITHUB_LINK = "https://github.com/p-stream/p-stream"; export const GA_ID = import.meta.env.VITE_GA_ID; export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;