mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
wip: zen
This commit is contained in:
parent
5345c828ca
commit
7447460b5a
24 changed files with 995 additions and 242 deletions
6
packages/app/src/sst-env.d.ts
vendored
6
packages/app/src/sst-env.d.ts
vendored
|
|
@ -2,7 +2,9 @@
|
|||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/// <reference types="vite/client" />
|
||||
interface ImportMetaEnv {}
|
||||
interface ImportMetaEnv {
|
||||
|
||||
}
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue