chore(Docs): remove fumapress app powered by waku and fumadocs

This commit is contained in:
Prad Nukala
2026-07-11 16:43:20 -04:00
parent 077cbeeb5a
commit 0ab732e90a
10 changed files with 0 additions and 981 deletions
-10
View File
@@ -1,10 +0,0 @@
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()],
},
});