Skip to content

monorepo support #27

@darklight9811

Description

@darklight9811

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions