Initial toot-worker implementation
This commit is contained in:
Vendored
+9
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user