ggu
ggu
CDCloudflare Developers
Created by dai on 6/21/2024 in #workers-help
Deployment suggestion
Can you use npx wrangler dev?
11 replies
CDCloudflare Developers
Created by dai on 6/21/2024 in #workers-help
Deployment suggestion
Hmm, what’s wrong with using miniflare/wrangler then?
11 replies
CDCloudflare Developers
Created by dai on 6/21/2024 in #workers-help
Deployment suggestion
workerd is also single threaded so you'd run into the same limitations. I also don't think running workerd raw would allow you access to a real live production d1 database. Any info on why you're unable to deploy on Cloudflare?
11 replies
CDCloudflare Developers
Created by JuanWTF on 11/23/2023 in #workers-help
Store a PKCS #8 as a secret of a worker
Maybe you could store the base64 of the key instead of the key directly?
2 replies