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
next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;