1
0

Initial Release (Cloudflare Workers)

This commit is contained in:
2026-05-23 17:13:00 -07:00
commit 6872915e56
166 changed files with 1918 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
interface Env {
CFKV: KVNamespace;
BUCKET_URL: string;
APPLICATION_ID: string;
APPLICATION_PUBLICKEY: string;
APPLICATION_SECRET: string;
}