electron integration

This commit is contained in:
Richard Unger
2024-01-27 15:41:39 +01:00
parent 96b305b74d
commit e2f89c0ed3
15 changed files with 12493 additions and 8263 deletions

View File

@@ -8,6 +8,6 @@
</head>
<body class="dark bg-background">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="/src/renderer.js"></script>
</body>
</html>