Skip to content

Commit

Permalink
fix dev latency by switching to local
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish21 committed Jun 12, 2022
1 parent 722a621 commit f1f8521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "wrangler dev --env dev",
"dev": "wrangler dev --config wrangler.dev.toml --env dev --local",
"lint": "eslint .",
"typecheck": "tsc -b"
},
Expand Down

0 comments on commit f1f8521

Please sign in to comment.