Add Cloudflare signing key contract

This commit is contained in:
2026-05-07 23:58:36 -04:00
parent 90c5110d6c
commit 1013a22915
12 changed files with 1854 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface Env {
ELY_KV: KVNamespace;
ELY_ENVIRONMENT: string;
}