File size: 238 Bytes
5285b72
 
 
 
 
23fa199
5285b72
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
/// <reference types="@remix-run/node" />
/// <reference types="vite/client" />

interface ImportMetaEnv {
  readonly VITE_APP_TITLE: string
  readonly VITE_APP_SENTRY_DNS: string
}

interface ImportMeta {
  readonly env: ImportMetaEnv
}