npm update -g wrangler3.93.0), I am still getting the same error which probably means there was some change in the Cloudflare APIs which is causing this issue.
"types": ["./worker-configuration.d.ts"] in the tsconfig?compilerOptions.target in tsconfig?rules aren't being applied to dynamic imports. Out of interest, does it work if you just import html from '../templates/foo.html' at the top of the file?✘ [ERROR] Error in transcribeVideo: Error: [unenv] child_process.spawn is not
implemented yet!

{}, second prints what i expect2025-03-10 (not sure)process.env, remix kindaremix vite:dev is there anything im missing?--remote option with @cloudflare/vite-plugin?TypeError: The "options" argument must be of type object. Received an instance of AbortController
--env staging, and it wasn't finding my env for some reason. and it turns out, it's because there's this file being written to .wrangler/deploy/config.json that has these contents: which points to build/server/wrangler.json being written during the build process, which is a stripped down version of my wranger.jsonc. what's going on here???wrangler dev use my system environment variables? It doesn't pull them automatically, I have to list them in .dev.vars, and I'd like to avoid that.3.93.0"types": ["./worker-configuration.d.ts"]compilerOptions.targetrulesimport html from '../templates/foo.html'"compatibility_date": "2025-02-28",
"compatibility_flags": [
"nodejs_compat",
"nodejs_compat_populate_process_env"
], console.log('process.env', process.env);
console.log(agent.env.OPENAI_API_KEY);{}2025-03-10remix vite:dev@cloudflare/vite-plugin } finally {
try {
if (typeof vitest === "undefined") {
process.disconnect?.();
}
await closeSentry();
const controller = new AbortController();
await Promise.race([
Promise.allSettled(dispatcher?.requests ?? []),
(0, import_promises32.setTimeout)(1e3, void 0, controller) // <<<< this?
// Ensure we don't hang indefinitely
]).then(() => controller.abort());
} catch (e7) {
logger.error(e7);
if (!cliHandlerThrew) {
throw e7;
}
}
}