angular/packages/core/resources/BUILD.bazel
Alan Agius 25e8bcbdf6 build: refactor location of best-practices.md
This commit moves the best-practices.md file from adev/src/context to packages/core/resources. The BUILD.bazel files and other configuration files have been updated to reflect this change.
2025-10-27 09:31:36 +01:00

15 lines
288 B
Text

exports_files(
srcs = ["best-practices.md"],
visibility = [
"//adev/src/assets:__pkg__",
"//adev/src/content/ai:__pkg__",
],
)
filegroup(
name = "resources",
srcs = ["best-practices.md"],
visibility = [
"//packages/core:__pkg__",
],
)