build fix fr

This commit is contained in:
Josh Patra
2025-04-08 00:44:02 -04:00
parent 6dbbe139d4
commit f7d8e64aa0
11 changed files with 70 additions and 557 deletions

7
postcss.config.cjs Normal file
View File

@@ -0,0 +1,7 @@
// postcss.config.cjs
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
};