payment-backoffice/next.config.ts
Mitchell Magro 83c27dc11c First commit
2025-06-18 15:38:38 +02:00

8 lines
133 B
TypeScript

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