-
Notifications
You must be signed in to change notification settings - Fork 744
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 310281a.
- Loading branch information
Showing
43 changed files
with
3,696 additions
and
983 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
"wrangler": minor | ||
--- | ||
|
||
Reintroduces some internal refactorings of wrangler dev servers (including `wrangler dev`, `wrangler dev --remote`, and `unstable_dev()`). | ||
|
||
These changes were released in 3.13.0 and reverted in 3.13.1 -- we believe the changes are now more stable and ready for release again. | ||
|
||
There are no changes required for developers to opt-in. Improvements include: | ||
|
||
- fewer 'address in use' errors upon reloads | ||
- upon config/source file changes, requests are buffered to guarantee the response is from the new version of the Worker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "dev-env", | ||
"version": "1.0.1", | ||
"private": true, | ||
"description": "", | ||
"license": "ISC", | ||
"author": "", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "npx vitest run", | ||
"test:ci": "npx vitest run", | ||
"test:watch": "npx vitest", | ||
"type:tests": "tsc -p ./tests/tsconfig.json" | ||
}, | ||
"devDependencies": { | ||
"@types/ws": "^8.5.7", | ||
"@cloudflare/workers-tsconfig": "workspace:^", | ||
"get-port": "^7.0.0", | ||
"miniflare": "3.20231025.1", | ||
"undici": "^5.23.0", | ||
"wrangler": "workspace:*", | ||
"ws": "^8.14.2" | ||
}, | ||
"dependencies": {} | ||
} |
Oops, something went wrong.