Files
rules_bun/examples/basic
eric b35f03872c
Some checks failed
CI / test (ubuntu-latest, linux-x64) (pull_request) Failing after 32s
CI / test (macos-14, darwin-arm64) (pull_request) Has been cancelled
CI / test (windows-latest, windows) (pull_request) Has been cancelled
test: add more tests
2026-03-15 00:59:58 +01:00
..
2026-03-15 00:59:58 +01:00
2026-03-04 20:32:01 +01:00
2026-03-15 00:59:58 +01:00

basic example

Minimal bun_dev example.

Run:

bazel run //examples/basic:web_dev

This starts Bun in watch mode for main.ts.

For the hot-reload launcher variant:

bazel run //examples/basic:web_dev_hot_restart

This starts Bun with watch_mode = "hot", disables screen clearing, and wires README.md through restart_on to exercise the custom restart launcher path.