refactor: add URL to end of the env main external resources

This commit is contained in:
JackEnx
2024-12-18 11:51:22 -03:00
parent 4c3eb98041
commit e95407e6f5
4 changed files with 7 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_EXTERNAL_RESOURCES: string;
readonly MAIN_VITE_EXTERNAL_RESOURCES_URL: string;
}
interface ImportMeta {