Skip to content

Commit

Permalink
upgrade wrangler to the version that has x-dev-env fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zwily authored and MichaelDeBoey committed Oct 9, 2024
1 parent 15f38a9 commit ddf99f6
Showing 1 changed file with 2 additions and 2 deletions.
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 --no-x-dev-env ./build/index.js",
"start": "wrangler dev ./build/index.js",
"typecheck": "tsc",
"typegen": "wrangler types"
},
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"wrangler": "^3.80.0"
"wrangler": "^3.80.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit ddf99f6

Please sign in to comment.