xokaido
CDCloudflare Developers
•Created by xokaido on 8/4/2023 in #workers-help
Cloudflare Worker with Hono + D1 + D1-ORM
Hello all, I am new to this thing and need some help. Currently, I've successfully setup worker with Hono + D1. Now I want to use D1-ORM (https://github.com/Interactions-as-a-Service/d1-orm) but don't know how to pass env.DB which is declared inside hono context like this:
I've got
./src/Models/Customer.js
file which contains this:
When I run wrangler dev
I'm getting error:
Can anyone help me figure out how to properly pass env.DB to the model?
Thanks in advance. ❤️3 replies
CDCloudflare Developers
•Created by xokaido on 3/30/2023 in #pages-help
Can't find MP3 file after build and deploy
Hello,
I am using Cloudflare Pages to build and deploy static site using Nuxt 3 ( Vue 3 framework ).
After the build and deploy I can't find the short mp3 file saved in public/ directory.
Can anyone help me find the audio files I put in public dir please?
Thanks in advance.
2 replies