Skip to content

Commit 829f506

Browse files
alan-agius4mhevery
authored andcommitted
fix(bazel): spawn prod server using port 4200 (#35160)
Currently the prod server uses a default port of 8080, with this change we align the port with the devserver. PR Close #35160
1 parent 727f92f commit 829f506

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/bazel/src/builders/files/src/BUILD.bazel.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ pkg_web(
102102
history_server(
103103
name = "prodserver",
104104
data = [":prodapp"],
105+
args = [
106+
"--port",
107+
"4200",
108+
],
105109
templated_args = ["src/prodapp"],
106110
)
107111

0 commit comments

Comments
 (0)