feat: bun dev target support

This commit is contained in:
Eric
2026-03-04 10:47:52 +01:00
parent 515c6fd4c6
commit cf173d0914
8 changed files with 202 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
# basic example
Placeholder for end-to-end bun rules example.
Minimal `bun_dev` example.
Run:
```bash
bazel run //examples/basic:web_dev
```
This starts Bun in watch mode for `main.ts`.