@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
devservers at once is fine (each serves from its own in-memory store); parallelbuilds against the sharednpxinstall 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