rowboat/apps/rowboatx/next.config.ts
2026-01-16 12:05:33 +05:30

7 lines
133 B
TypeScript

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