feat: Move API to CF workers (WIP)

This commit is contained in:
Wanjohi
2025-09-27 10:25:13 +03:00
parent 5705029972
commit 278c1043f5
8 changed files with 66 additions and 16 deletions

7
sst-env.d.ts vendored
View File

@@ -25,6 +25,13 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
"Urls": {
"api": string
"auth": string
"openapi": string
"site": string
"type": "sst.sst.Linkable"
}
}
}
// cloudflare