Refactor code structure for improved readability and maintainability

This commit is contained in:
shuaiplus
2026-02-15 02:21:55 +08:00
parent 719024d0fd
commit c5d3052080
11 changed files with 3791 additions and 619 deletions
+4 -2
View File
@@ -9,7 +9,8 @@
"scripts": {
"dev": "wrangler dev -c wrangler.toml",
"deploymy": "wrangler deploy -c wrangler.my.toml",
"deploy": "wrangler deploy "
"deploy": "wrangler deploy",
"selfcheck": "npx tsx tests/selfcheck.ts"
},
"keywords": [
"bitwarden",
@@ -33,8 +34,9 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260131.0",
"@types/node": "^25.2.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"wrangler": "^4.61.1"
}
}