Initial commit from Create Next App

This commit is contained in:
Stefan Hardegger
2025-11-18 12:49:26 +01:00
parent 0bb7c4f5e6
commit c8eb6237c4
16 changed files with 6851 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

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