frontend scaffold

This commit is contained in:
2025-04-28 23:50:56 +01:00
parent 2abcf8e4f6
commit 699c937ccd
5 changed files with 98 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;