feat: 支持生产容器化部署

This commit is contained in:
zetaloop
2026-05-03 08:43:22 +08:00
parent 48effb4eeb
commit 4f878340e6
4 changed files with 47 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
import type { NextConfig } from "next"
const nextConfig: NextConfig = {
output: "standalone",
async rewrites() {
// 仅在开发环境启用 API 代理
if (process.env.NODE_ENV !== "development") {