Skip to content

Commit

Permalink
Lock down arc sandbox to localhost
Browse files Browse the repository at this point in the history
By default, it listens on all network interfaces. The horror!
  • Loading branch information
lpsinger committed Aug 13, 2023
1 parent 507be49 commit ed9e781
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 @@ -5,7 +5,7 @@
"build:remix": "remix build",
"build:sass": "sass -Inode_modules/@uswds -Inode_modules/@uswds/uswds/packages app/theme.scss app/theme.css",
"build": "run-s build:sass build:remix",
"dev:remix": "remix dev --manual -c \"arc sandbox -e testing\"",
"dev:remix": "remix dev --manual -c \"arc sandbox -e testing --host localhost\"",
"dev:sass": "sass --watch -Inode_modules/@uswds -Inode_modules/@uswds/uswds/packages app/theme.scss app/theme.css",
"dev": "run-p \"dev:*\"",
"prepare": "husky install",
Expand Down

0 comments on commit ed9e781

Please sign in to comment.