feat: switch to vite + upgrades

This commit is contained in:
2025-12-07 00:10:38 +01:00
parent dd6ede201f
commit 956f2a95e9
9 changed files with 1959 additions and 9736 deletions

View File

@@ -1 +1 @@
@import "tailwindcss";
@use "tailwindcss";

View File

@@ -5,14 +5,14 @@
<title>hi there!</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="app.css" rel="stylesheet" />
<script src="app.js"></script>
<link href="./app.scss" rel="stylesheet" />
</head>
<body class="h-screen bg-gray-50">
<div class="flex items-center justify-between h-screen px-8 py-16 mx-auto min-w-max max-w-7xl">
<h1 class="text-3xl font-extrabold tracking-tight text-gray-900">hi there!</h1>
</div>
<script type="module" src="./app.js"></script>
</body>
</html>