This commit is contained in:
2026-03-28 13:41:29 +01:00
parent 5c1c3eefa3
commit 551b5a2658
52 changed files with 2559 additions and 8 deletions

10
frontend/craco.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
style: {
postcss: {
plugins: () => [
require('tailwindcss'),
require('autoprefixer'),
],
},
},
};