Skip to content

Commit

Permalink
Merge pull request #366 from huwshimi/allow-ui-port-to-be-set
Browse files Browse the repository at this point in the history
WD-13665 - fix: allow UI port to be set
  • Loading branch information
huwshimi committed Jul 28, 2024
2 parents 6bc5f0f + 3da1b25 commit d9c8d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"hooks-remove": "husky uninstall",
"start": "concurrently --kill-others --raw 'yarn dev-serve' 'yarn proxy-serve'",
"test-js": "vitest --run",
"dev-serve": "vite --host | grep -v localhost",
"dev-serve": "vite --host",
"proxy-serve": "./entrypoint"
},
"dependencies": {
Expand Down

0 comments on commit d9c8d9e

Please sign in to comment.