Skip to content

Commit e7b8b5e

Browse files
authored
Fix Turborepo + Hono template. (#1180)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 61378c6 commit e7b8b5e

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

starter/turborepo-with-hono/apps/api/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"build": "vc build"
77
},
88
"dependencies": {
9-
"@hono/node-server": "^1.18.0",
109
"hono": "^4.8.10"
1110
},
1211
"devDependencies": {

starter/turborepo-with-hono/apps/web/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const ThemeImage = (props: Props) => {
1818
}
1919

2020
const API_URL = process.env.VERCEL
21-
? 'hono-turborepo-api-demo.vercel.app'
21+
? 'https://hono-turborepo-api-demo.vercel.app'
2222
: 'http://localhost:3000'
2323

2424
export default async function Home() {

starter/turborepo-with-hono/pnpm-lock.yaml

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)