Skip to content

Commit b190e97

Browse files
committed
fix: set correct entrypoint in wrangler.jsonc
1 parent 33e0198 commit b190e97

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/new-zebras-relax.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'workers-observability': patch
3+
---
4+
5+
fix: set correct entrypoint in wrangler.jsonc

apps/workers-observability/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
{
66
"$schema": "node_modules/wrangler/config-schema.json",
7-
"main": "src/wobs.app.ts",
7+
"main": "src/workers-observability.app.ts",
88
"compatibility_date": "2025-03-10",
99
"compatibility_flags": ["nodejs_compat"],
1010
"name": "mcp-cloudflare-workers-observability-dev",

0 commit comments

Comments
 (0)