Add standalone output for Docker deployment

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-16 14:33:31 -08:00
parent 5ff291e4f9
commit b97c7be954

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: 'standalone',
typescript: { typescript: {
ignoreBuildErrors: true, ignoreBuildErrors: true,
}, },