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
+6 -6
View File
@@ -12,12 +12,12 @@
"format": "biome format --write"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.1031.0",
"@aws-sdk/s3-request-presigner": "^3.1000.0",
"@biomejs/biome": "^2.4.12",
"@cloudflare/vitest-pool-workers": "^0.12.1",
"@aws-sdk/client-s3": "^3.1106.0",
"@aws-sdk/s3-request-presigner": "^3.1106.0",
"@biomejs/biome": "^2.5.7",
"@cloudflare/vitest-pool-workers": "^0.20.3",
"aws4fetch": "^1.0.20",
"typescript": "^6.0.3",
"vitest": "~4.1.4"
"typescript": "^7.0.2",
"vitest": "~4.1.10"
}
}