opencode/packages/web/nextjs-app/next.config.ts
2026-02-24 12:35:56 -08:00

7 lines
133 B
TypeScript

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