mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
module.exports = nextConfig;
|