Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
xjq7 committed Nov 12, 2024
1 parent 666fc77 commit fb2b06d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
src="https://image.xjq.icu/runcode/prettier/2.7.1/parser-babel.js"
defer
></script>
<script
src="https://image.xjq.icu/runcode/prettier/2.7.1/standalone.js"
defer
></script>
<script src="https://image.xjq.icu/runcode/prettier/2.7.1/parser-babel.js"></script>
<script src="https://image.xjq.icu/runcode/prettier/2.7.1/standalone.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev --host",
"prod": "vite --mode production",
Expand Down

0 comments on commit fb2b06d

Please sign in to comment.