From bdd384655326d73c3b64228ff912c413b9ad7c2f Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Wed, 6 Aug 2025 13:06:30 -0600 Subject: [PATCH] Fix Turborepo + Hono template. --- starter/turborepo-with-hono/apps/api/package.json | 1 - starter/turborepo-with-hono/apps/web/app/page.tsx | 2 +- starter/turborepo-with-hono/pnpm-lock.yaml | 13 ------------- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/starter/turborepo-with-hono/apps/api/package.json b/starter/turborepo-with-hono/apps/api/package.json index 2a3e50c5c9..d01655537f 100644 --- a/starter/turborepo-with-hono/apps/api/package.json +++ b/starter/turborepo-with-hono/apps/api/package.json @@ -6,7 +6,6 @@ "build": "vc build" }, "dependencies": { - "@hono/node-server": "^1.18.0", "hono": "^4.8.10" }, "devDependencies": { diff --git a/starter/turborepo-with-hono/apps/web/app/page.tsx b/starter/turborepo-with-hono/apps/web/app/page.tsx index 6738427074..0833f22832 100644 --- a/starter/turborepo-with-hono/apps/web/app/page.tsx +++ b/starter/turborepo-with-hono/apps/web/app/page.tsx @@ -18,7 +18,7 @@ const ThemeImage = (props: Props) => { } const API_URL = process.env.VERCEL - ? 'hono-turborepo-api-demo.vercel.app' + ? 'https://hono-turborepo-api-demo.vercel.app' : 'http://localhost:3000' export default async function Home() { diff --git a/starter/turborepo-with-hono/pnpm-lock.yaml b/starter/turborepo-with-hono/pnpm-lock.yaml index c23a01f04d..edee93747b 100644 --- a/starter/turborepo-with-hono/pnpm-lock.yaml +++ b/starter/turborepo-with-hono/pnpm-lock.yaml @@ -20,9 +20,6 @@ importers: apps/api: dependencies: - '@hono/node-server': - specifier: ^1.18.0 - version: 1.18.0(hono@4.8.10) hono: specifier: ^4.8.10 version: 4.8.10 @@ -183,12 +180,6 @@ packages: resolution: {integrity: sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@hono/node-server@1.18.0': - resolution: {integrity: sha512-CJ0H3/ouk/JWnyiuYOJLdpuWhO2D2BTNigHaFixnW3CrwZb+E+4s/KoFkcikHXcVmXoxaLJx1nlGa3JChEFtFA==} - engines: {node: '>=18.14.1'} - peerDependencies: - hono: ^4 - '@humanfs/core@0.19.1': resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} engines: {node: '>=18.18.0'} @@ -1518,10 +1509,6 @@ snapshots: '@eslint/core': 0.15.1 levn: 0.4.1 - '@hono/node-server@1.18.0(hono@4.8.10)': - dependencies: - hono: 4.8.10 - '@humanfs/core@0.19.1': {} '@humanfs/node@0.16.6':