合并dify代码

This commit is contained in:
2025-12-08 09:32:52 +08:00
parent 5f9ce2fe9f
commit d05c3cfa16
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export default defineConfig({
server: {
host: '0.0.0.0',
// port: 5173,
port: Number(process.env.PORT) || 51703,
port: Number(process.env.PORT) || 5173,
open: true,
// open: false,
allowedHosts: ['nas.7bm.co', 'localhost', '127.0.0.1'], // 允许的主机名列表1