docs: add more about theme providing

This commit is contained in:
Corbin Crutchley
2023-12-18 03:07:37 -08:00
parent ac5ccbd7e7
commit 5e1d2a43bc
18 changed files with 2143 additions and 1096 deletions

View File

@@ -0,0 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
});