Initial toot-worker implementation

This commit is contained in:
浪子
2026-05-14 09:59:58 +08:00
commit 01880d39a0
19 changed files with 4952 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
interface Env {
DB: D1Database;
MEDIA: R2Bucket;
KV: KVNamespace;
PUBLIC_BASE_URL: string;
INSTANCE_NAME: string;
ADMIN_USERNAME: string;
ADMIN_PASSWORD: string;
}