Skip to content

Commit bad695e

Browse files
committed
try to fix wrangler config
1 parent dc5e9ec commit bad695e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/cloudflare-workers/wrangler.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ compatibility_date = "2024-01-01"
66
"@graphql-tools/wrap" = "../../packages/wrap/src/index.ts"
77
"@graphql-tools/batch-delegate" = "../../packages/batch-delegate/src/index.ts"
88
"@graphql-tools/delegate" = "../../packages/delegate/src/index.ts"
9-
"@graphql-hive/signal" = "../../packages/signal/src/index.ts"
9+
"@graphql-hive/signal" = "../../packages/signal/src/index.ts"
10+
"@graphql-hive/logger" = "../../packages/logger/src/index.ts"

0 commit comments

Comments
 (0)