//! `global::init` builds the store from config and is idempotent.
//!
//! Separate test binary from `global_test` so it owns a fresh global `OnceLock`.
//! With no `config/<env>.yml` in the test working directory, `init` falls back to
//! the in-memory backend.
use global;
use json;
async