feat: scaffold solisting-app Next.js package

This commit is contained in:
thesn10
2026-06-24 23:09:22 +02:00
parent 2a8b204ec6
commit 6ffa84f15a
4 changed files with 68 additions and 0 deletions

5
app/postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
export default {
plugins: {
'@tailwindcss/postcss': {},
},
}