6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
/// <reference types="astro/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly ASTRO_PORT: string;
|
|
}
|