create new Next.js project

This commit is contained in:
Michi 2025-04-12 21:21:15 +02:00
parent 7b4a6dac47
commit 661f52c16b
16 changed files with 1835 additions and 0 deletions

View file

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