Part of #840. Spec: docs/superpowers/specs/2026-07-02-edgezero-full-migration-design.md §5 Phase 2. Depends on Phase 1 (#841).
Store-load app config on Cloudflare + Spin, removing both Settings::from_toml(include_str!(...)) paths. Delete from_toml_and_env, ENVIRONMENT_VARIABLE_*, and the config crate dev-dep.
Acceptance: all 4 adapters serve store-loaded config; ts config push blob is the single source; tests green.
Part of #840. Spec:
docs/superpowers/specs/2026-07-02-edgezero-full-migration-design.md§5 Phase 2. Depends on Phase 1 (#841).Store-load app config on Cloudflare + Spin, removing both
Settings::from_toml(include_str!(...))paths. Deletefrom_toml_and_env,ENVIRONMENT_VARIABLE_*, and theconfigcrate dev-dep.Acceptance: all 4 adapters serve store-loaded config;
ts config pushblob is the single source; tests green.