/** * Is the runtime in dev mode? MUST match the Rust host's `is_dev_mode()` * (crates/runtime/src/frontend.rs): `PYLON_DEV_MODE` is on ONLY for the exact * strings "1" or "true" (case-insensitive). A bare `if (process.env.PYLON_DEV_MODE)` * is WRONG — the string "false"/"0" is truthy in JS, so an explicit * `PYLON_DEV_MODE=false` on a PROD machine would wrongly enable dev behavior * (e.g. the live-reload `` (or `