core
core copied to clipboard
Question: is it possible to set compatibility_flags for wrangler.toml?
I ran into this error: [unenv] crypto.createHmac is not implemented yet!
using the algolia client client.generateSecuredApiKey()
method.
Hmac should be available in workers if the nodejs_compat
flag is set in wranger.toml, but I don't see a way to do this.
Adding a wrangler.toml file to the root of my directory does nothing.
any suggestions on how to accomplish this? Thanks!