feat: 支持生产容器化部署
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
async rewrites() {
|
||||
// 仅在开发环境启用 API 代理
|
||||
if (process.env.NODE_ENV !== "development") {
|
||||
|
||||
Reference in New Issue
Block a user