vite-env.d.ts 114 B

1234
  1. /// <reference types="vite/client" />
  2. declare const __APP_VERSION__: string
  3. declare const __BUILD_TIME__: string