Partypack/src/vite-env.d.ts
2024-01-28 11:07:10 +01:00

9 lines
168 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SERVER_ROOT_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}