mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-16 21:51:35 -05:00
9 lines
219 B
TypeScript
9 lines
219 B
TypeScript
/// <reference path="../.astro/types.d.ts" />
|
|
/// <reference types="astro/client" />
|
|
/// <reference types="vite/client" />
|
|
/// <reference types="bun" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly NETLIFY_CONTEXT?: string;
|
|
}
|