Skip to content

Bug: Hot Module Reloading runs into an infinite loop when editing source files #60

@estherbrunner

Description

@estherbrunner

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

  1. Start docs dev server using bun run serve:docs
  2. Edit a file in /src/ directory
  3. Observe how bun is trying to regenerate components and api pages over and over again

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions