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

5 lines
94 B
JavaScript
Raw Normal View History

2024-10-23 17:33:16 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;