point add guard limit

This commit is contained in:
2024-04-23 12:19:25 +08:00
parent 582fe2284c
commit 935384c4e6
10 changed files with 148 additions and 43 deletions

4
env.d.ts vendored
View File

@@ -1,6 +1,8 @@
/// <reference types="vite/client" />
interface ImportMeta {
env: {
VITE_DEBUG_API?: string
VITE_DEBUG_DEV_API?: string
VITE_DEBUG_RELEASE_API?: string
VITE_API?: string
}
}