init nextjs

This commit is contained in:
2025-08-14 15:11:39 -04:00
parent 59735ceb43
commit 1e6e7d50aa
18 changed files with 1094 additions and 47 deletions

5
postcss.config.mjs Normal file
View File

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