mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-08 23:49:56 +00:00
client/web: add barebones vite dev setup
Currently just serving a "Hello world" page when running the web cli in --dev mode. Updates tailscale/corp#13775 Co-authored-by: Will Norris <will@tailscale.com> Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:

committed by
Sonia Appasamy

parent
215480a022
commit
16bc9350e3
3
client/web/index.html
Normal file
3
client/web/index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<!doctype html>
|
||||
Hello world
|
||||
</html>
|
Reference in New Issue
Block a user