Files
documenso/apps/openpage-api/next.config.ts
2025-11-22 00:06:12 +11:00

6 lines
104 B
TypeScript

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