im-a-server/next.config.ts
2025-04-14 00:25:22 -04:00

6 lines
93 B
TypeScript

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