wrangler.capnpwrangler.config.cjswrangler.json but then using JSONC with comments by default. There's precedent with things like tsconfig.json, but when wrangler supports wranlger.jsonc too, a little weird.wrangler deploy for itwrangler.toml and start using a wrangler.json, will everything continue to work seemlessly on the CF side, or is there some other step I need to take?wrangler.jsonc, wrangler supports it and it lets you add comments if needed without your editor complaining.dev.toml file that I converted to dev.json via this TOML to JSON transformer and everything seems OK, all my bindings are there. Does that sound as it should be, i.e. that the TOML and JSON are structurally equivalent?wrangler types --experimental-include-runtime started failing with Received structured exception #0xc0000005: access violation, even though it was working fine before. Has anyone experienced this? Updated Wrangler to 3.106, but the issue persists.winget upgrade Microsoft.VCRedist.2015+.x64 in CMD solved the issue.[assets] config no longer inheritable from the top-level config?wrangler and @opennextjs/cloudflare issues?wrangler d1 migrations list letsapply-db --remote and wrangler is just dying with an exit code of "1" (no text). any suggestions on how to debug?wrangler dev with multiple configuration files. wrangler dev can now run multiple workers at once and will save the state for each worker in the same .wrangler folder on disk - meaning if they point to the same D1 or KV resource (for example), they will point to the same data. The first wrangler.toml/wrangler.json(c) file is the "main" worker and will be the one that accepts the incoming HTTP requests. So you basically have to create a new worker that's used locally to help route to your other workers if you have multiple that need to accept incoming HTTP requests. The command you want will look something like this: wrangler dev -c ./dev-worker/wrangler.jsonc -c ./worker1/wrangler.jsonc -c ./worker2/wrangler.jsonc.wrangler d1 migrations apply d1-db --local --persist-to ./dev-worker/.wrangler/state.wrangler.capnpwrangler.config.cjswranlger.jsonc