chore: update dependencies and refactor application structure

- Bump AWS SDK packages to version 3.966.0
- Update @hono-di packages to version 0.0.15
- Update @types/node to version 25.0.5
- Refactor main application entry point to integrate NestJS with Hono
- Remove unused gRPC and user module files
- Add HonoAdapter for NestJS integration
- Implement basic AppController and AppService
- Configure Vite server to run on port 3000
This commit is contained in:
2026-01-10 14:14:29 +07:00
parent 3dcbbeacef
commit e1e1d9cb7b
14 changed files with 701 additions and 109 deletions

View File

@@ -7,13 +7,15 @@
"preview": "bunx --bun vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.965.0",
"@aws-sdk/s3-presigned-post": "^3.965.0",
"@aws-sdk/s3-request-presigner": "^3.965.0",
"@aws-sdk/client-s3": "^3.966.0",
"@aws-sdk/s3-presigned-post": "^3.966.0",
"@aws-sdk/s3-request-presigner": "^3.966.0",
"@hiogawa/tiny-rpc": "^0.2.3-pre.18",
"@hiogawa/utils": "^1.7.0",
"@hono-di/cli": "^0.0.7",
"@hono-di/core": "^0.0.7",
"@hono-di/cli": "^0.0.15",
"@hono-di/core": "^0.0.15",
"@nestjs/common": "^11.1.11",
"@nestjs/core": "^11.1.11",
"@primeuix/themes": "^2.0.2",
"@primevue/forms": "^4.5.4",
"@unhead/vue": "^2.1.1",
@@ -32,10 +34,10 @@
},
"devDependencies": {
"@hattip/adapter-node": "^0.0.49",
"@hono-di/vite": "^0.0.9",
"@hono-di/vite": "^0.0.15",
"@primevue/auto-import-resolver": "^4.5.4",
"@types/bun": "^1.3.5",
"@types/node": "^25.0.3",
"@types/node": "^25.0.5",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"unocss": "^66.5.12",