mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 22:32:06 +00:00
Add --react=nextjs flag to init command with a complete Next.js template featuring app router, TypeScript, and Tailwind CSS.
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|
|
|
|
export default config;
|