build: set default ts_devserver serving_path to /app_bundle.js to match g3 (#33996)
PR Close #33996
This commit is contained in:

committed by
Miško Hevery

parent
c4335e2817
commit
005c4a1cc5
@ -1,7 +1,6 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("//tools:defaults.bzl", "ng_module")
|
||||
load("@npm_bazel_typescript//:index.bzl", "ts_devserver")
|
||||
load("//tools:defaults.bzl", "ng_module", "ts_devserver")
|
||||
|
||||
ng_module(
|
||||
name = "router_activated_route_examples",
|
||||
|
Reference in New Issue
Block a user