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

6 lines
104 B
TypeScript

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