Files
jam-session-web/next.config.ts
T
2025-01-12 22:25:24 +01:00

9 lines
134 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;