nidus-sync/index.html
Eli Ribble 47f900ab76
Switch from esbuild to vite
It just works better for debugging with VueJS
2026-03-22 22:36:43 +00:00

12 lines
280 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nidus Sync</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/ts/main.ts"></script>
</body>
</html>