Files
AI_Translator/apps/web/next.config.js
2025-12-25 18:41:09 +08:00

7 lines
117 B
JavaScript

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