frontend scaffold

This commit is contained in:
2025-04-28 23:50:56 +01:00
parent 70dbc30262
commit 503f0de241
5 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;