Files
fanyang 3832020d50 fix(build): prepare frontend workspace outputs
- Build GUI and web frontend workspace dependencies before Vite starts
- Use relative GUI asset paths for Tauri packaged resources
- Refresh caniuse-lite to remove stale Browserslist warnings
2026-04-30 15:52:34 +08:00

14 lines
302 B
HTML

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