mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
Share: sync
This commit is contained in:
parent
8cbd59296e
commit
34a2dcb80a
5 changed files with 36 additions and 28 deletions
4
app/packages/function/sst-env.d.ts
vendored
4
app/packages/function/sst-env.d.ts
vendored
|
|
@ -6,6 +6,10 @@
|
|||
import "sst"
|
||||
declare module "sst" {
|
||||
export interface Resource {
|
||||
"Web": {
|
||||
"type": "sst.cloudflare.StaticSite"
|
||||
"url": string
|
||||
}
|
||||
}
|
||||
}
|
||||
// cloudflare
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue