Skip to content

Commit

Permalink
Make the HTTP server of turms-admin listen on all available localhost…
Browse files Browse the repository at this point in the history
… addresses by default
  • Loading branch information
JamesChenX committed Dec 30, 2024
1 parent 19fa368 commit bc98364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turms-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"reload": "pm2 reload server/ecosystem.config.js",
"report": "cross-env REPORT=true npm run build",
"restart": "pm2 restart server/ecosystem.config.js",
"serve": "vite serve --port 6510",
"serve": "vite --host --port 6510",
"start": "pm2 start server/ecosystem.config.js --env production",
"stop": "pm2 stop server/ecosystem.config.js",
"stylelint": "stylelint --fix ui/**/*.{vue,css,sss,less,scss,sass}",
Expand Down

0 comments on commit bc98364

Please sign in to comment.