Skip to content

v0.1.2

Latest

Choose a tag to compare

@DustinVK DustinVK released this 03 Jul 18:18
f8d2a9f

@dustinvk/wherefore-dashboard 0.1.2

Fixes the [glob-loader] Duplicate id "Q-001" ... warnings that appeared when the dashboard was run against one project and then another.

Fixed

  • The CLI now resets Astro's content store at the start of each dev/build, so every run is scoped to the current --src. Viewing project A and then project B no longer emits duplicate-id warnings.

Docs

  • New Running several projects at once section: multiple dev servers at once is fine (each serves from its own in-memory store); parallel builds against the shared npx install can cross-contaminate output — serialize them, or install as a per-project devDependency.

Scope: dashboard package only. The wherefore plugin is unchanged at 0.1.1.

PR: #4