API
Using API client
Learn how to fetch data from your API in your SuperStarter application.
To query this endpoint from your application in a type-safe way, you can use the apiClient
in your Next.js application.
routes in apps/api
routes in apps/web
check Hono doc for more details
export types of router
hello/index.ts