We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac7722 commit 063fb13Copy full SHA for 063fb13
2 files changed
examples/angular/src/BUILD.bazel
@@ -209,7 +209,7 @@ history_server(
209
# / => src/prodapp
210
templated_args = [
211
"-a",
212
- "src/prodapp",
+ "$(rlocation examples_angular/src/prodapp)",
213
],
214
)
215
examples/angular_view_engine/src/BUILD.bazel
@@ -217,6 +217,6 @@ history_server(
217
218
219
220
+ "$(rlocation examples_angular_view_engine/src/prodapp)",
221
222
0 commit comments