create next app

This commit is contained in:
2024-09-03 19:42:30 +02:00
parent 11c5722cd7
commit fe280a599b
14 changed files with 5211 additions and 0 deletions

8
postcss.config.mjs Normal file
View File

@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;