We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e0198 commit b190e97Copy full SHA for b190e97
.changeset/new-zebras-relax.md
@@ -0,0 +1,5 @@
1
+---
2
+'workers-observability': patch
3
4
+
5
+fix: set correct entrypoint in wrangler.jsonc
apps/workers-observability/wrangler.jsonc
@@ -4,7 +4,7 @@
*/
{
6
"$schema": "node_modules/wrangler/config-schema.json",
7
- "main": "src/wobs.app.ts",
+ "main": "src/workers-observability.app.ts",
8
"compatibility_date": "2025-03-10",
9
"compatibility_flags": ["nodejs_compat"],
10
"name": "mcp-cloudflare-workers-observability-dev",
0 commit comments