Files
sign/apps/openpage-api/next.config.js

5 lines
94 B
JavaScript
Raw Normal View History

2024-12-10 10:19:05 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;