Refactor code structure for improved readability and maintainability

This commit is contained in:
Juergen Kunz
2025-06-20 00:37:29 +00:00
parent 3ba47f9a71
commit 9b3f5c458d
2 changed files with 585 additions and 238 deletions

View File

@ -13,11 +13,11 @@
"start": "(node --max_old_space_size=250 ./cli.js)",
"startTs": "(node cli.ts.js)",
"build": "(tsbuild tsfolders --allowimplicitany && npm run bundle)",
"bundle": "(tsbundle website --production)"
"bundle": "(tsbundle website --production --bundler=esbuild)"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsbundle": "^2.2.5",
"@git.zone/tsbundle": "^2.4.0",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^2.3.1",
"@git.zone/tswatch": "^2.0.1",
@ -30,8 +30,8 @@
"@api.global/typedserver": "^3.0.74",
"@api.global/typedsocket": "^3.0.0",
"@apiclient.xyz/cloudflare": "^6.4.1",
"@design.estate/dees-catalog": "^1.8.13",
"@design.estate/dees-element": "^2.0.42",
"@design.estate/dees-catalog": "^1.8.20",
"@design.estate/dees-element": "^2.0.44",
"@push.rocks/projectinfo": "^5.0.1",
"@push.rocks/qenv": "^6.1.0",
"@push.rocks/smartacme": "^8.0.0",
@ -50,7 +50,7 @@
"@push.rocks/smartrequest": "^2.1.0",
"@push.rocks/smartrule": "^2.0.1",
"@push.rocks/smartrx": "^3.0.10",
"@push.rocks/smartstate": "^2.0.0",
"@push.rocks/smartstate": "^2.0.20",
"@push.rocks/smartunique": "^3.0.9",
"@serve.zone/interfaces": "^5.0.4",
"@tsclass/tsclass": "^9.2.0",

813
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff