This commit is contained in:
telangpu
2026-05-07 23:26:41 +08:00
parent f421220d77
commit 7b61eeb6b8
98 changed files with 30366 additions and 0 deletions

4
a5_za_sf_finessa/env.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
VITE_BASE_URL: string;
}