run formatter

This commit is contained in:
Dax Raad
2025-05-31 14:41:00 -04:00
parent 6df19f1828
commit 3b746162d2
52 changed files with 1376 additions and 1390 deletions

18
sst-env.d.ts vendored
View File

@@ -5,20 +5,20 @@
declare module "sst" {
export interface Resource {
"Api": {
"type": "sst.cloudflare.Worker"
"url": string
Api: {
type: "sst.cloudflare.Worker"
url: string
}
"Bucket": {
"type": "sst.cloudflare.Bucket"
Bucket: {
type: "sst.cloudflare.Bucket"
}
"Web": {
"type": "sst.cloudflare.StaticSite"
"url": string
Web: {
type: "sst.cloudflare.StaticSite"
url: string
}
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
export {}
export {}