mirror of
https://github.com/sst/opencode.git
synced 2025-07-08 00:25:00 +00:00
Infra: use Astro component
This commit is contained in:
parent
cdbdb96218
commit
028d589ea0
7 changed files with 235 additions and 51 deletions
2
packages/function/sst-env.d.ts
vendored
2
packages/function/sst-env.d.ts
vendored
|
@ -7,7 +7,7 @@ import "sst"
|
|||
declare module "sst" {
|
||||
export interface Resource {
|
||||
"Web": {
|
||||
"type": "sst.cloudflare.StaticSite"
|
||||
"type": "sst.cloudflare.Astro"
|
||||
"url": string
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue