init(Docs): add docs site based on Fumapress and Fumadocs

This commit is contained in:
Prad Nukala
2026-07-11 16:09:08 -04:00
parent d7dfa1e45a
commit dc20248d5f
12 changed files with 1188 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from "waku/config";
import tailwindcss from "@tailwindcss/vite";
import press from "fumapress/vite";
import mdx from "fumadocs-mdx/vite";
export default defineConfig({
vite: {
plugins: [press(), mdx(), tailwindcss()],
},
});