Skip to content

Commit

Permalink
fix: tailwind installconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Nov 30, 2024
1 parent 52a517c commit 7d12789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/templates/tailwind/installConfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const tailwindFiles = [
{
path: 'apps/web/',
files: ['postcss.config.js', 'tailwind.config.ts'],
files: ['postcss.config.cjs', 'tailwind.config.ts'],
},
];

0 comments on commit 7d12789

Please sign in to comment.