This commit is contained in:
zyronon
2023-10-15 15:37:47 +08:00
parent 05f0439372
commit d72814f622
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "./",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",