From 61337e35ee965d064a15be71a83716593a431e9c Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 18 May 2025 16:34:32 +0800 Subject: [PATCH] . --- chatbot-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot-ui/package.json b/chatbot-ui/package.json index 041c2e7..540ec2b 100644 --- a/chatbot-ui/package.json +++ b/chatbot-ui/package.json @@ -9,7 +9,7 @@ "clean": "npm run lint:fix && npm run format:write", "dev": "next dev -H 0.0.0.0", "build": "next build", - "start": "next start -H 0.0.0.0", + "start": "next start -H 0.0.0.0 -p 6000", "start:prod": "npm run build && pm2 start npm --name \"chatai-ui\" -- run start", "lint": "next lint", "lint:fix": "next lint --fix",