- Next.js 15 with Cloudflare Workers deployment via OpenNext - ooIDE theme from tweakcn (Sora + IBM Plex Mono fonts, oklch colors) - Full shadcn/ui component library installed - dashboard-01 template at /dashboard route - Simple landing page with link to dashboard
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
const config = {
|
|
plugins: ["@tailwindcss/postcss"],
|
|
};
|
|
|
|
export default config;
|