sipher/next.config.js
2024-12-10 16:52:53 +00:00

4 lines
94 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;