upgraded to wrangler 3.1.2 to use local https option, but get the following error: ```workerd/util/
upgraded to wrangler 3.1.2 to use local https option, but get the following error:
using node 16.20.0 (tried switching to 18 but the error still occurs).
wrangler.toml setting:
EDIT: strangely, it works when passing the flags inline:
anyone knows why?
using node 16.20.0 (tried switching to 18 but the error still occurs).
wrangler.toml setting:
EDIT: strangely, it works when passing the flags inline:
wrangler dev src/main.ts --live-reload --local-protocol https --port 9999anyone knows why?

