Skip to content

Commit

Permalink
chore: allow access to app locally on host 0.0.0.0 (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Jun 23, 2023
1 parent 9a59633 commit e193e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"ng": "ng",
"start": "nx run dsp-app:serve",
"start-dev": "nx run dsp-app:serve:development",
"start-dev": "nx run dsp-app:serve:development --host 0.0.0.0",
"start-with-test-server": "nx run dsp-app:serve:test-server",
"start-with-ls-test-server": "nx run dsp-app:serve:ls-test-server",
"start-with-staging-server": "nx run dsp-app:serve:staging-server",
Expand Down

0 comments on commit e193e78

Please sign in to comment.