wiki/env.d.ts
ValueOn AG 5fdb462528
Some checks failed
Deploy Nyla Frontend to Production / build-and-deploy (push) Failing after 1s
Sync: full codebase from GitHub wiki main
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-23 23:54:32 +02:00

6 lines
139 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASE_URL?: string
readonly VITE_APP_NAME?: string
}