This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tailscale
Watch
1
Star
0
Fork
0
You've already forked tailscale
mirror of
https://github.com/tailscale/tailscale.git
synced
2025-02-12 12:29:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 13:58:59 -04: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 10:53:27 -04: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 13:58:59 -04:00
<
/
html
>
Reference in New Issue
Copy Permalink