refactor: rpc url to a generic url

This commit is contained in:
JackEnx
2024-12-17 15:48:11 -03:00
parent 347e38c413
commit 4c3eb98041
4 changed files with 8 additions and 6 deletions

View File

@@ -6,7 +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;
readonly MAIN_VITE_EXTERNAL_RESOURCES: string;
}
interface ImportMeta {