* Updates the instructions on how to run the benchmark tests. * Removes the unused `favicon.ico` file and the corresponding Bazel filegroup PR Close #28645
8 lines
149 B
Python
8 lines
149 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"tsconfig-build.json",
|
|
"tsconfig-e2e.json",
|
|
"start-server.js",
|
|
])
|