Commit Graph

9 Commits

Author SHA1 Message Date
e1e1d9cb7b 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
2026-01-10 14:14:29 +07:00
3dcbbeacef chore: update dependencies and add Hono-Di integration
- Bump AWS SDK packages to version 3.965.0
- Add @hono-di/cli and @hono-di/core as dependencies
- Add Hono-Di Vite plugin to vite.config.ts
- Implement a new development tool for Hono-Di with file tree visualization
- Create user module with controller, service, and module files
- Enable experimental decorators and metadata in tsconfig.json
- Update main.ts to remove unnecessary console log
- Add UI for file tree visualizer in testDev plugin
2026-01-08 19:01:45 +07:00
5fc4bef5be feat: Update Vite configuration and add new public routes
- Refactored vite.config.ts to update entry points and improve plugin configuration.
- Added Home.vue as the landing page with a modern design and features overview.
- Created Layout.vue for consistent header and footer across public routes.
- Implemented Privacy.vue and Terms.vue for legal documentation with structured content.
- Introduced gRPC and service index files for future service implementations.
- Developed createVueApp.ts for application setup with PrimeVue and Pinia.
- Enhanced SSR rendering in ssrRender.ts for improved performance and SEO.
2026-01-06 15:39:38 +07:00
518651a93e chore: update build process and add Docker support
- Modified build script in package.json to include minification.
- Removed unused dev server dependency from vite.config.ts.
- Added .dockerignore to exclude unnecessary files from Docker context.
- Created Dockerfile for multi-stage build with Bun for production deployment.
2026-01-05 23:14:09 +07:00
92608b52e2 feat: Update build scripts and configurations for client and server environments 2026-01-05 22:54:49 +07:00
0042fd1951 init 2026-01-05 19:13:03 +07:00
2b0f88fa16 vợ bảo okeoke 2026-01-02 22:00:50 +07:00
16f64c5e4b dsfsdfs 2025-12-31 17:18:50 +07:00
772e84c761 init 2025-12-31 01:09:34 +07:00