This commit is contained in:
telangpu
2026-05-10 23:13:23 +08:00
parent 04f5825fc5
commit c8dc57a3f6
123 changed files with 38613 additions and 0 deletions

4
a11_bg_Fine_kat-obligations/env.d.ts vendored Normal file
View File

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