Skip to content

Commit

Permalink
Revert "Revert "startDevWorker - Milestone 1" (#4171)"
Browse files Browse the repository at this point in the history
This reverts commit 88f15f6.
  • Loading branch information
RamIdeas committed Nov 14, 2023
1 parent be36619 commit e708f82
Show file tree
Hide file tree
Showing 42 changed files with 3,585 additions and 974 deletions.
1 change: 1 addition & 0 deletions fixtures/dev-env/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
25 changes: 25 additions & 0 deletions fixtures/dev-env/package.json
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.20231002.1",
"undici": "^5.23.0",
"wrangler": "workspace:*",
"ws": "^8.14.2"
},
"dependencies": {}
}
Loading

0 comments on commit e708f82

Please sign in to comment.