web init nextjs

This commit is contained in:
2025-10-22 18:18:09 +02:00
parent 270f099c42
commit 67228adecc
16 changed files with 1889 additions and 0 deletions

7
web/postcss.config.mjs Normal file
View File

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