Skip to content

Commit

Permalink
Don't restart arc sandbox on code changes
Browse files Browse the repository at this point in the history
Fixes #6780.
  • Loading branch information
lpsinger committed Jul 6, 2023
1 parent de2a184 commit 6da7e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/arc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev -c \"arc sandbox -e testing\"",
"dev": "remix dev --no-restart -c \"arc sandbox -e testing\"",
"start": "cross-env NODE_ENV=production arc sandbox",
"typecheck": "tsc"
},
Expand Down

0 comments on commit 6da7e1c

Please sign in to comment.