mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
163290bcf0
Co-authored-by: Jay V <air@live.ca>
10 lines
204 B
TypeScript
10 lines
204 B
TypeScript
interface ImportMetaEnv {
|
|
readonly VITE_SENTRY_DSN?: string
|
|
readonly VITE_SENTRY_ENVIRONMENT?: string
|
|
readonly VITE_SENTRY_RELEASE?: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|