Expected Behavior
When source files are edited while the the dev server for docs is running, source files should get rebuilt without dependent processes causing an infinite loop.
Actual Behavior
Dependent processes build:docs-js, build:docs-html, and build:docs-api are intertwined in a way that causes an infinite loop.
Steps to Reproduce
- Start docs dev server using
bun run serve:docs
- Edit a file in
/src/ directory
- Observe how bun is trying to regenerate components and api pages over and over again