Files
Cashlow/packages/web/next.config.ts
2025-12-22 17:33:10 +01:00

8 lines
147 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
allowedDevOrigins: ["*.cashlow.local"],
};
export default nextConfig;