This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
tailscale
Watch
1
Star
0
Fork
0
You've already forked tailscale
mirror of
https://github.com/tailscale/tailscale.git
synced
2024-11-29 04:55:31 +00:00
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 17:58:59 +00: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 14:53:27 +00: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 17:58:59 +00:00
<
/
html
>
Reference in New Issue
Copy Permalink