mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
module.exports = nextConfig;
|