hermes / keygenServer /client /next.config.ts
Isitha Tennakoon
Basic Key Gen Client working
0383459
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;