Align dev workflow with node-based electron-vite dev and tighten assistant markdown layout

This commit is contained in:
Shantur Rathore
2025-10-30 22:58:49 +00:00
parent 37a47699e3
commit 505a06de05
10 changed files with 8173 additions and 60 deletions

View File

@@ -38,6 +38,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="../main.tsx"></script>
<script type="module" src="./main.tsx"></script>
</body>
</html>