mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
feat(config): add waku configuration for docs
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineConfig } from 'waku/config';
|
||||||
|
import { fumadocsMdx } from 'fumadocs-mdx/vite';
|
||||||
|
import tailwindcss from '@tailwindcss/vite';
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
unstable_adapter: 'waku/adapters/cloudflare',
|
||||||
|
vite: {
|
||||||
|
resolve: {
|
||||||
|
tsconfigPaths: true,
|
||||||
|
dedupe: ['waku'],
|
||||||
|
},
|
||||||
|
|
||||||
|
plugins: [tailwindcss(), fumadocsMdx()],
|
||||||
|
},
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user