chore: address phase 7 review feedback

Co-authored-by: Eriyc <50216491+Eriyc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-04 07:54:06 +00:00
parent 8cfc9af83d
commit 36c1beb4d7
2 changed files with 6 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ bun = module_extension(
_install = tag_class(
attrs = {
"name": attr.string(default = "node_modules"),
"name": attr.string(mandatory = True),
"package_json": attr.string(mandatory = True),
"bun_lockfile": attr.string(mandatory = True),
},