Skip to content

Commit

Permalink
🔨 chore: Updated start script to use port 3210 to match docker (lobeh…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachZimm authored Jul 24, 2024
1 parent ee420d3 commit 5f4491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"release": "semantic-release",
"self-hosting:docker": "docker build -t lobe-chat:local .",
"self-hosting:docker-cn": "docker build -t lobe-chat:local --build-arg USE_NPM_CN_MIRROR=true .",
"start": "next start",
"start": "next start -p 3210",
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"test": "npm run test-app && npm run test-server",
"test-app": "vitest run --config vitest.config.ts",
Expand Down

0 comments on commit 5f4491a

Please sign in to comment.