mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* Updates the instructions on how to run the benchmark tests. * Removes the unused `favicon.ico` file and the corresponding Bazel filegroup PR Close #28645
7 lines
149 B
Text
7 lines
149 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"tsconfig-build.json",
|
|
"tsconfig-e2e.json",
|
|
"start-server.js",
|
|
])
|