Skip to content

feat(mockapi): generate shared state store for mock server#14

Merged
v-byte-cpu merged 1 commit into
mainfrom
feat/shared-state-store
Jun 8, 2026
Merged

feat(mockapi): generate shared state store for mock server#14
v-byte-cpu merged 1 commit into
mainfrom
feat/shared-state-store

Conversation

@v-byte-cpu

Copy link
Copy Markdown
Member

Why

The mock server generator now needs a shared state layer that works in both browser and Node environments,
instead of the old generated repository shape.

What Changed

  • Added a generated stateStore implementation plus browser and Node adapters.
  • Updated runtime rendering and controller wiring to consume the shared store.
  • Removed the generated repository file path from the default output and adjusted quality rules
    accordingly.
  • Refreshed reference docs and tests to match the new structure and API.

Replace the generated repository-style state access with a shared state store
that works across browser and Node runtimes.

This adds the new state-store template, updates the generator and runtime wiring,
and refreshes the supporting docs and tests to use the new store API.
@v-byte-cpu v-byte-cpu merged commit b1b2256 into main Jun 8, 2026
3 checks passed
@v-byte-cpu v-byte-cpu deleted the feat/shared-state-store branch June 8, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant