Share: sync

This commit is contained in:
Frank
2025-05-23 14:40:28 -04:00
committed by Dax Raad
parent 8cbd59296e
commit 34a2dcb80a
5 changed files with 36 additions and 28 deletions

View File

@@ -6,6 +6,10 @@
import "sst"
declare module "sst" {
export interface Resource {
"Web": {
"type": "sst.cloudflare.StaticSite"
"url": string
}
}
}
// cloudflare