nativelink
nativelink copied to clipboard
Add localtunnel
Description
Add localtunnel in the flake Include concurrently for parallel execution of the webserver and tunnel. Integrate wait-on to delay the tunnel until the webserver is live.
towards #1335
Type of change
- [X] New feature (non-breaking change which adds functionality)
Checklist
- [ ] Updated documentation if needed
- [ ] Tests added/amended
- [ ]
bazel test //...
passes locally - [ ] PR is contained in a single commit, using
git amend
see some docs