mirror of
https://github.com/movie-web/movie-web.git
synced 2025-03-04 04:45:23 +01:00
7 lines
351 B
TypeScript
7 lines
351 B
TypeScript
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
|
|
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb";
|
|
export const GITHUB_LINK = "https://github.com/movie-web/movie-web";
|
|
export const GA_ID = "G-44YVXRL61C";
|
|
export const SENTRY_DSN =
|
|
"https://b267ab7d52674c23af4e4e6cf2956251@o4505053491167232.ingest.sentry.io/4505053495296000";
|