NebulaCloud/next.config.mjs

7 lines
140 B
JavaScript
Raw Permalink Normal View History

2025-09-15 17:28:58 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
distDir: 'build',
};
export default nextConfig;