init nextjs

This commit is contained in:
2025-08-14 15:11:39 -04:00
parent 880afb16ee
commit 027f3d6d5e
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;