mirror of
https://github.com/complexcaresolutions/frontend.blogwoman.de.git
synced 2026-03-17 13:53:59 +00:00
- Initialize Next.js 16 with React 19, TypeScript, and Tailwind CSS 4 - Add prompts/ directory for concept AI instructions - Add docs/ directory for project documentation - Include README files explaining workflow and conventions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|
|
|
|
export default config;
|