feat: 打包配置问题修复

This commit is contained in:
duanshuwen
2026-03-16 22:07:59 +08:00
parent 2fc8ad3140
commit 67850c63f7
3 changed files with 4 additions and 5 deletions

View File

@@ -11,6 +11,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="../src/renderer/main.ts"></script>
<script type="module" src="/src/renderer/main.ts"></script>
</body>
</html>