maps-service/web/next.config.ts

6 lines
104 B
TypeScript
Raw Normal View History

2024-12-10 02:14:54 +00:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
2024-12-10 02:14:54 +00:00
export default nextConfig;