dev: make pnpm dev watch workspace package changes

This commit is contained in:
Dotta
2026-03-06 15:48:35 -06:00
parent b155415d7d
commit 36013c35d9
3 changed files with 6 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ This starts:
- API server: `http://localhost:3100`
- UI: served by the API server in dev middleware mode (same origin as API)
`pnpm dev` runs the server in watch mode and restarts on changes from workspace packages (including adapter packages). Use `pnpm dev:once` to run without file watching.
Tailscale/private-auth dev mode:
```sh