chore: migrate to farm

This commit is contained in:
Bright Wu
2023-10-10 08:02:26 +08:00
parent a195980547
commit ab08e568e4
16 changed files with 1452 additions and 269 deletions

View File

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