mirror of
https://github.com/mskatoni/ni-mail.git
synced 2026-09-08 08:57:02 +08:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"$schema": "./node_modules/wrangler/config-schema.json",
|
||||
"name": "ni-mail",
|
||||
"main": "src/index.ts",
|
||||
"compatibility_date": "2026-04-17",
|
||||
"compatibility_flags": [
|
||||
"nodejs_compat"
|
||||
],
|
||||
"observability": {
|
||||
"enabled": true
|
||||
},
|
||||
"vars": {
|
||||
"DOMAINS": "",
|
||||
"DEFAULT_MAILBOX": ""
|
||||
},
|
||||
"r2_buckets": [
|
||||
{
|
||||
"binding": "BUCKET",
|
||||
"bucket_name": "ni-mail-attachments",
|
||||
"preview_bucket_name": "ni-mail-attachments-preview"
|
||||
}
|
||||
],
|
||||
"durable_objects": {
|
||||
"bindings": [
|
||||
{
|
||||
"name": "MAILBOX",
|
||||
"class_name": "MailboxDO"
|
||||
}
|
||||
]
|
||||
},
|
||||
"migrations": [
|
||||
{
|
||||
"tag": "v1",
|
||||
"new_sqlite_classes": [
|
||||
"MailboxDO"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user