mirror of
https://github.com/sst/opencode.git
synced 2025-07-08 00:25:00 +00:00
sync
This commit is contained in:
parent
6d21525e71
commit
e97ed735d9
12 changed files with 58 additions and 45 deletions
16
packages/function/sst-env.d.ts
vendored
16
packages/function/sst-env.d.ts
vendored
|
@ -6,20 +6,20 @@
|
|||
import "sst"
|
||||
declare module "sst" {
|
||||
export interface Resource {
|
||||
Web: {
|
||||
type: "sst.cloudflare.StaticSite"
|
||||
url: string
|
||||
"Web": {
|
||||
"type": "sst.cloudflare.StaticSite"
|
||||
"url": string
|
||||
}
|
||||
}
|
||||
}
|
||||
// cloudflare
|
||||
import * as cloudflare from "@cloudflare/workers-types"
|
||||
// cloudflare
|
||||
import * as cloudflare from "@cloudflare/workers-types";
|
||||
declare module "sst" {
|
||||
export interface Resource {
|
||||
Api: cloudflare.Service
|
||||
Bucket: cloudflare.R2Bucket
|
||||
"Api": cloudflare.Service
|
||||
"Bucket": cloudflare.R2Bucket
|
||||
}
|
||||
}
|
||||
|
||||
import "sst"
|
||||
export {}
|
||||
export {}
|
Loading…
Add table
Add a link
Reference in a new issue