CloudTech/next.config.mjs

7 lines
143 B
JavaScript
Raw Normal View History

2025-09-16 18:00:27 +08:00
import path from 'path';
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
export default nextConfig;