refactor: isolate legacy flags

This commit is contained in:
Dax Raad 2026-07-20 21:42:02 -04:00
commit 43c08387f1
65 changed files with 282 additions and 147 deletions

View file

@ -12,7 +12,7 @@ import { SimulatedProvider } from "./simulated-provider"
/**
* Layer replacements applied when the server is built in simulation mode.
*
* The server merges these into the app node build when `OPENCODE_SIMULATE`
* The server merges these into the app node build when simulation is enabled
* is enabled, via a dynamic import so this module is never loaded eagerly.
*
* - Network: all outbound HTTP resolves against the simulated route table;