mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-15 03:35:09 +01:00
5 lines
227 B
TypeScript
5 lines
227 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";
|