Yea, CPU Time doesn't include time you're waiting on responses from fetch requests, CPU isn't active
Yea, CPU Time doesn't include time you're waiting on responses from fetch requests, CPU isn't active
.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 either/.wrangler/tmp/dev-BjjrCX/index.js not my/original/file.js? I've tried adding minify=true to my TOML (both at the top, and under [vars]) but the result is the same.
.wasm.wasm?module.wasm?modulerulesrulesdomain.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\"./.wrangler/tmp/dev-BjjrCX/index.jsmy/original/file.jsminify=true[vars]