Skip to content

Commit

Permalink
exact versions and port
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfr committed Nov 22, 2024
1 parent fd9207b commit 82a6f49
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 302 deletions.
2 changes: 2 additions & 0 deletions app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export const server = await createHonoServer({
configure(server) {
server.use("*", i18next(i18nextOpts))
},
// biome-ignore lint/nursery/noProcessEnv: Its ok to use it here
port: Number(process.env.PORT) || 3000,
defaultLogger: false,
getLoadContext,
})
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"dependencies": {
"@forge42/seo-tools": "1.3.0",
"@react-router/node": "7.0.1",
"clsx": "^2.1.1",
"clsx": "2.1.1",
"hono": "4.6.11",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-fetch-backend": "^6.0.0",
"isbot": "^5.1.17",
"pretty-cache-header": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.2",
"i18next": "23.15.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next-fetch-backend": "6.0.0",
"isbot": "5.1.17",
"pretty-cache-header": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.1.1",
"react-router": "7.0.1",
"react-router-hono-server": "https://pkg.pr.new/rphlmr/[email protected]",
"remix-hono": "0.0.16",
"remix-i18next": "https://pkg.pr.new/AlemTuzlak/remix-i18next@047de17",
"remix-i18next": "7.0.0",
"tailwind-merge": "2.5.4",
"zod": "3.23.8"
},
Expand All @@ -51,20 +51,20 @@
"@react-router/dev": "7.0.1",
"@react-router/fs-routes": "7.0.1",
"@types/node": "22.9.1",
"@types/prompt": "^1.1.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/prompt": "1.1.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"happy-dom": "^15.7.4",
"autoprefixer": "10.4.20",
"chalk": "5.3.0",
"happy-dom": "15.11.6",
"knip": "5.37.2",
"lefthook": "^1.8.4",
"postcss": "^8.4.47",
"prompt": "^1.3.0",
"lefthook": "1.8.4",
"postcss": "8.4.49",
"prompt": "1.3.0",
"react-router-devtools": "1.0.3",
"tailwindcss": "^3.4.13",
"tailwindcss": "3.4.15",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vite": "5.4.11",
Expand Down
Loading

0 comments on commit 82a6f49

Please sign in to comment.