-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I couldnt find a way to make this work using a monorepo (considering bun's limitations).
If I try to run on the monorepo scope
example command: "dev": "cd ../../ && bun --watch apps/dash/server/index.ts"
the plugin won't work and it will return 404 for everything
If I try to run on the package scope
example command: "dev": "bun --watch server/index.ts"
Bun won't handle hot reloads (because they are outside of the working directory), its a known bug but it doesn't look like they will fix this anytime soon.
Metadata
Metadata
Assignees
Labels
No labels