Skip to content

Commit e8bc2a8

Browse files
committed
fixing CI build errors
1 parent 04453ee commit e8bc2a8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

apps/graphql/.eslintrc.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @type {import("eslint").Linter.Config} */
2+
module.exports = {
3+
root: true,
4+
extends: ['@repo/eslint-config/default.cjs'],
5+
}

apps/graphql/worker-configuration.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by Wrangler by running `wrangler types` (hash: c6d245b6498a55f3fab538f83441cc4f)
1+
// Generated by Wrangler by running `wrangler types` (hash: 68d38f0a872a7c8fd2f61cc98d48fda3)
22
// Runtime types generated with [email protected] 2025-03-10 nodejs_compat
33
declare namespace Cloudflare {
44
interface Env {
@@ -8,8 +8,8 @@ declare namespace Cloudflare {
88
MCP_SERVER_VERSION: "<PLACEHOLDER>" | "1.0.0";
99
CLOUDFLARE_CLIENT_ID: string;
1010
CLOUDFLARE_CLIENT_SECRET: string;
11-
MCP_OBJECT: DurableObjectNamespace /* GraphQLMCP */;
12-
USER_DETAILS: DurableObjectNamespace /* UserDetails */;
11+
MCP_OBJECT: DurableObjectNamespace<import("./src/graphql.app").GraphQLMCP>;
12+
USER_DETAILS: DurableObjectNamespace<import("./src/graphql.app").UserDetails>;
1313
MCP_METRICS: AnalyticsEngineDataset;
1414
}
1515
}

0 commit comments

Comments
 (0)