busi488budgetbuddy/next.config.ts
2026-01-03 17:14:47 +01:00

8 lines
133 B
TypeScript

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