Yeah, is there a way to request for this feature somewhere?
Yeah, is there a way to request for this feature somewhere?
Also, curious why is it not present in paid plan when we have the limits on free plan if anyone could explain a bit further it will really helpOn Paid Plans you just pay for each request over the included amount.
node_compat incur?process.envcompatibility_flags = ["nodejs_compat"] insteadnode_compat which is build-time polyfills.CPU time is the amount of time the CPU actually spends doing work, during a given request.Does that mean they won't charge for the time where a worker is "halted" (waiting for turnstile to respond)?
.wasm or .wasm?module.wasm?module, it doesn't get resolved and throws exceptions.
rules for it in wrangler.toml file
domain.com/thisthingdomain.com/auth/*domain.com/* or a worker custom domain

astro dev with hmr, etc., but still use Cloudflare features like KV, D1, etc.: https://docs.astro.build/en/guides/integrations-guide/cloudflare/#cloudflare-runtimecompatibility_flags = [ "nodejs_compat" ] to my wrangler.toml file but the TS server keeps giving this error:

rules in my wrangler.toml, I did try that and it didn't seem to work eitherdomain.com/thisthingdomain.com/auth/*domain.com/*astro devcompatibility_flags = [ "nodejs_compat" ]await import('path/to/file')const file = 'test.js'
await import(`path/to/${file}`)No such module \"path/to/test.js\".