mirror of
https://github.com/documenso/documenso
synced 2026-05-02 18:37:18 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
|
import type { NextConfig } from 'next';
|
||
|
|
|
||
|
|
const nextConfig: NextConfig = {};
|
||
|
|
|
||
|
|
export default nextConfig;
|