Initial commit: Hello from Hermes Next.js app

This commit is contained in:
Hermes Agent
2026-07-24 17:43:48 +00:00
commit 8bf9e6614c
17 changed files with 6223 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

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