add 'biergarten-cassis' and 'biergarten-weizen' themes update CSS variables, and refine .gitignore

This commit is contained in:
Aaron Po
2026-03-15 18:19:24 -04:00
parent 60b784e365
commit 9a0eadc514
20 changed files with 2493 additions and 979 deletions

View File

@@ -3,4 +3,7 @@ import { defineConfig } from "vite";
export default defineConfig({
plugins: [reactRouter()],
resolve: {
dedupe: ["react", "react-dom"],
},
});