pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
at main 6 lines 309 B view raw
1export const APP_VERSION = import.meta.env.PACKAGE_VERSION; 2export const FLUXER_LINK = ""; 3export const GITHUB_LINK = "https://github.com/taciturnaxolotl/pstream-ng"; 4export const TWITTER_LINK = ""; 5export const GA_ID = import.meta.env.VITE_GA_ID; 6export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;