Skip to content

Commit

Permalink
don't use the x-dev-env for now in wrangler
Browse files Browse the repository at this point in the history
There's an ongoing issue with multiple reloads with the new x-dev-env,
so we're turning it off for now:

cloudflare/workers-sdk#6876
  • Loading branch information
zwily committed Oct 4, 2024
1 parent e18b6ff commit 1383e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy": "npm run build && wrangler deploy",
"dev": "remix dev --manual -c \"npm start\"",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "wrangler dev ./build/index.js",
"start": "wrangler dev --no-x-dev-env ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 1383e86

Please sign in to comment.