mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
interface ImportMetaEnv {
|
|
readonly VITE_OPENCODE_SERVER_HOST: string
|
|
readonly VITE_OPENCODE_SERVER_PORT: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|