files
DML_Generater/frontend/next.config.ts
LHK 7b2487986a 아따 대가리 깨지네
예시 만듬
2025-02-21 17:00:17 +09:00

8 lines
133 B
TypeScript

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