This commit is contained in:
telangpu
2026-05-10 23:25:27 +08:00
parent c8dc57a3f6
commit 4ef6bfcdba
155 changed files with 111106 additions and 0 deletions

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

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