We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38235e5 commit 8c82a79Copy full SHA for 8c82a79
package.json
@@ -2,7 +2,7 @@
2
"name": "cloudflare-worker-local",
3
"version": "1.3.0",
4
"description": "Run a Cloudflare-compatible Worker Locally",
5
- "main": "index.js",
+ "main": "start.js",
6
"scripts": {
7
"prepublishOnly": "npm install && git diff --quiet && npm test && npx standard-version && git push --follow-tags origin",
8
"test": "jest",
0 commit comments