Files
ai-portal/next.config.js
T
2026-05-06 17:22:50 +08:00

7 lines
117 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig