Files
dashboards/apps/super-admin/src/vite-env.d.ts
T
Alireza HassaniandCursor cbffb23ec3 Ship invoice templates, public viewer, and print-ready show page.
Move template/issue editors to full pages, add public invoice SPA with PDF print, and local-aware public URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-26 11:04:29 +03:30

13 lines
295 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASE_URL?: string
readonly VITE_ADMIN_DOMAIN?: string
readonly VITE_INVOICE_PUBLIC_DOMAIN?: string
readonly VITE_INVOICE_PUBLIC_BASE_URL?: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}