refactor: move rpc game executables url to a env

This commit is contained in:
JackEnx
2024-12-17 15:35:42 -03:00
parent f2714bd0ab
commit 347e38c413
4 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ interface ImportMetaEnv {
readonly MAIN_VITE_ANALYTICS_API_URL: string;
readonly MAIN_VITE_AUTH_URL: string;
readonly MAIN_VITE_CHECKOUT_URL: string;
readonly MAIN_VITE_RPC_GAME_EXECUTABLES_URL: string;
}
interface ImportMeta {