mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 05:32:12 +10:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import type { NextConfig } from 'next';
|
|
|
|
const nextConfig: NextConfig = {};
|
|
|
|
export default nextConfig;
|