chore: scaffold Next.js 14 app

This commit is contained in:
2026-06-06 16:04:15 +02:00
commit f435b1f6cc
16 changed files with 12399 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;