kios-webapp/apps/web/src/env.d.ts
2024-03-07 15:31:41 +01:00

6 lines
99 B
TypeScript

/// <reference types="astro/client" />
interface ImportMetaEnv {
readonly ASTRO_PORT: string;
}