You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
351 B
6 lines
351 B
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";
|
|
|