Migrate to Vite / Vite+

Modernize building and such
This commit is contained in:
2026-04-03 21:12:56 -07:00
parent 445f95340a
commit f04fd0fada
26 changed files with 8080 additions and 4180 deletions

View File

@@ -1,4 +1,5 @@
import { Root } from "components/root";
import "@/styles.css";
import { Root } from "@/components/root";
import { createRoot } from "react-dom/client";