You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: write pre-rendered univeral html file to bazel bin dir
Server side rendered kitchen sync app was written inside the test sandbox execution directory, which is deleted after test execution when the is executed without `--sandbox_debug` option thus we couldn't retrieve the `index-prendered.html` file using the command `echo $(bazel info bazel-bin)/src/universal-app/index-prerendered.html`
0 commit comments