使用 rsbuild

This commit is contained in:
2024-10-15 12:06:24 +08:00
parent ecdee01e69
commit 4465806812
6 changed files with 1608 additions and 3729 deletions

View File

@@ -6,9 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>徐越的自测猫</title>
<link rel="stylesheet" href="/style.css" />
<script>
this.globalThis || (this.globalThis = window)
</script>
<script
async
defer
@@ -17,6 +14,5 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>