Initial Release (Cloudflare Workers)
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
interface Env {
|
||||
CFKV: KVNamespace;
|
||||
BUCKET_URL: string;
|
||||
APPLICATION_ID: string;
|
||||
APPLICATION_PUBLICKEY: string;
|
||||
APPLICATION_SECRET: string;
|
||||
}
|
||||
Reference in New Issue
Block a user