kindergarten_java/reading-platform-frontend/src/vite-env.d.ts
tonytech 7f757b6a63 初始提交:幼儿园阅读平台三端代码
- reading-platform-backend:NestJS 后端
- reading-platform-frontend:Vue3 前端
- reading-platform-java:Spring Boot 服务端
2026-02-28 17:51:15 +08:00

12 lines
234 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_URL: string
readonly VITE_SERVER_BASE_URL: string
// 添加更多环境变量类型...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}