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"
|
"lint:fix": "bunx biome check --fix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^2.0.0-beta.4",
|
"@biomejs/biome": "^2.0.0-beta.5",
|
||||||
"@types/bun": "latest"
|
"@types/bun": "latest"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<link rel="stylesheet" href="index.css" />
|
<link rel="stylesheet" href="index.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="dark">
|
<body>
|
||||||
<script src="./index.tsx" type="module"></script>
|
<script src="./index.tsx" type="module"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
import "tsx-dom";
|
import "tsx-dom";
|
||||||
|
|
||||||
import "beercss";
|
|
||||||
|
|
||||||
import App from "./App";
|
import App from "./App";
|
||||||
import colors from "./utilities/colors.module.css";
|
import colors from "./utilities/colors.module.css";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue