This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tailscale
mirror of
https://github.com/tailscale/tailscale.git
Watch
1
Star
0
Fork
You've already forked tailscale
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b07347640c
tailscale
/
client
/
web
/
index.html
3 lines
80 B
HTML
Raw
Normal View
History
Unescape
Escape
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>
2023-08-10 18:58:59 +01:00
<!doctype html>
client/web: pipe through to React in dev mode Updates tailscale/corp#13775 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
2023-08-11 15:53:27 +01:00
<
script
type
=
"module"
src
=
"/src/index.tsx"
>
<
/
script
>
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>
2023-08-10 18:58:59 +01:00
<
/
html
>