Commit Graph

5 Commits

Author SHA1 Message Date
x e39fe93651 update 2025-12-20 23:26:12 +01:00
x b76a113c4d fix 2025-12-06 02:31:33 +01:00
x ed3ca61f6e panic: Segmentation fault at address 0x13508 2025-12-06 01:48:39 +01:00
x cf243d46f1 feat: update Next.js configuration and dependencies, add Docker support
- Set output mode to "standalone" in next.config.ts
- Update dependencies in package.json:
  - Upgrade @heroui/react to ^2.8.5
  - Upgrade framer-motion to ^12.23.25
  - Upgrade next to 16.0.7
  - Upgrade react and react-dom to 19.2.1
  - Upgrade undici to ^7.16.0
  - Upgrade devDependencies including @biomejs/biome, @tailwindcss/postcss, and typescript
- Modify error handling in API routes to simplify catch blocks
- Refactor NotFound component for cleaner JSX structure
- Update global CSS imports for consistency
- Change tsconfig to use "react-jsx" for JSX and include additional type definitions
- Add GitHub Actions workflow for Docker image build and push
- Create Dockerfile for multi-stage build process
- Add development and production Docker Compose configurations

ai commit message xd
2025-12-06 01:41:00 +01:00
x a0d9bfd5dc update 2025-06-19 21:39:32 +02:00