Files
fluxent-web/next.config.ts
T
2026-09-04 15:22:08 +08:00

6 lines
101 B
TypeScript

import type { NextConfig } from "next"
const nextConfig: NextConfig = {}
export default nextConfig