arg
This commit is contained in:
parent
a341bdde08
commit
ed89c89129
4 changed files with 198 additions and 887 deletions
|
@ -8,7 +8,7 @@
|
|||
"lint:fix": "bunx biome check --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.0.0-beta.4",
|
||||
"@biomejs/biome": "^2.0.0-beta.5",
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
|
||||
<body class="dark">
|
||||
<body>
|
||||
<script src="./index.tsx" type="module"></script>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
import "tsx-dom";
|
||||
|
||||
import "beercss";
|
||||
|
||||
import App from "./App";
|
||||
import colors from "./utilities/colors.module.css";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue