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

4
app/sst-env.d.ts vendored
View File

@@ -12,6 +12,10 @@ declare module "sst" {
"Bucket": {
"type": "sst.cloudflare.Bucket"
}
"Web": {
"type": "sst.cloudflare.StaticSite"
"url": string
}
}
}
/// <reference path="sst-env.d.ts" />