gohorsejobs/frontend/next.config.ts
Tiago Yamamoto 1c7ef95c1a first commit
2025-12-09 19:04:48 -03:00

7 lines
133 B
TypeScript

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