fix: include .env files

This commit is contained in:
eric
2026-03-15 01:20:45 +01:00
parent 2a9bd09aa4
commit 2a25cfb91a
5 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ Release announcements should provide a copy-pasteable module snippet in the
standard ruleset form:
```starlark
bazel_dep(name = "rules_bun", version = "0.2.2")
bazel_dep(name = "rules_bun", version = "0.3.0")
```
Then add the Bun repositories and register the toolchains in `MODULE.bazel`: