mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2026-04-28 13:37:35 +02:00
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
This commit is contained in:
+11
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
|
||||
"vcs": {
|
||||
"enabled": true,
|
||||
"clientKind": "git",
|
||||
@@ -10,8 +10,7 @@
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"indentStyle": "tab",
|
||||
"lineWidth": 80
|
||||
"indentStyle": "tab"
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
@@ -20,8 +19,17 @@
|
||||
}
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"quoteStyle": "double",
|
||||
"jsxQuoteStyle": "double"
|
||||
}
|
||||
},
|
||||
"css": {
|
||||
"formatter": {
|
||||
"quoteStyle": "double"
|
||||
},
|
||||
"parser": {
|
||||
"tailwindDirectives": true
|
||||
}
|
||||
},
|
||||
"assist": {
|
||||
|
||||
Reference in New Issue
Block a user