This commit is contained in:
Seth 2025-05-22 18:06:14 -04:00
parent a341bdde08
commit ed89c89129
4 changed files with 198 additions and 887 deletions

1079
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -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": {

View file

@ -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>

View file

@ -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";