文件
csp/frontend/next.config.ts
2026-02-12 08:54:44 +00:00

8 行
133 B
TypeScript

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