refactor: update the structure of the code

This commit is contained in:
2026-08-11 18:02:24 +07:00
parent ff3ccc2078
commit 5dd168dc98
20 changed files with 7192 additions and 4421 deletions
+18
View File
@@ -7,9 +7,27 @@
"name": "iris",
"main": "src/index.ts",
"compatibility_date": "2025-09-27",
"vars": {
"ALLOW_MULTIPART": "false",
"ETAG_STYLE": "md5"
},
"observability": {
"enabled": true
},
"durable_objects": {
"bindings": [
{
"name": "MPU",
"class_name": "MultipartUploadDO"
}
]
},
"migrations": [
{
"tag": "v1",
"new_sqlite_classes": ["MultipartUploadDO"]
}
],
"kv_namespaces": [
{
"binding": "AUTH_KV",