Files
automaker/app/next.config.ts
Cody Seibert 3c8e786f29 initial commit
2025-12-07 16:43:26 -05:00

8 lines
133 B
TypeScript

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