优化CLAUDE.md;添加本地快速部署脚本;form-dialog打开后能聚焦下拉菜单
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
|
||||
distDir: process.env.NODE_ENV === "production" ? ".next-prod" : '.next', // 开发和生产环境输出到不同的目录,这样可以同时运行开发服务器和生产服务器
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user