Hurby
Hurby
HHono
Created by Hurby on 2/17/2025 in #help
Any Honox svelte renderer example?
it is still young yea
9 replies
HHono
Created by Hurby on 2/17/2025 in #help
Any Honox svelte renderer example?
It has been there for months, so I thought someone perhaps would have worked on it
9 replies
CDCloudflare Developers
Created by Sithu Khant on 2/11/2025 in #workers-help
How D1 work with Drizzle ORM?
12 replies
CDCloudflare Developers
Created by Rohil on 1/9/2025 in #workers-help
environment variables return undefined when i deploy
3 replies
CDCloudflare Developers
Created by Rohil on 1/9/2025 in #workers-help
environment variables return undefined when i deploy
@Rohil use .dev.vars in the local development
3 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
To see if request will fail or not
9 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
@jprather can you turn off the locale mode with wrangler, and then try to use it(on your machine)
9 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
Weird
9 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
Hmm, did you add the env variable from cli/dashboard to cf worker in the first case?
9 replies
CDCloudflare Developers
Created by jprather on 12/25/2024 in #workers-help
Fetch requests to third party api
is the API key hardcoded in your code?
9 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
why don't you just group them in one hono instance and then export them
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
also do you import these(createUser, loginUser) as separate functions?
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
yw
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
yea but you can group them if they have same base route( /auth in my case) and it is much more cleaner to write this way imo
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
@michał idk if I am clear xd
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
No description
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
No description
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
No description
17 replies
HHono
Created by michał on 11/24/2024 in #help
Can I automatically serve endpoints from a folder?
I usually export my routes in an object with route name and then loop over to add all the routes.
17 replies