Files
prod-wag-backend-automate-s…/web_services/client-frontend/next.config.ts
2025-05-13 18:45:23 +03:00

8 lines
133 B
TypeScript

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