feat: adding ws

This commit is contained in:
Chubby Granny Chaser
2025-04-29 10:05:27 +01:00
parent a21f2b9614
commit aa18b57ada
6 changed files with 48 additions and 0 deletions

View File

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