Skip to content

Commit e3cad4e

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

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
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/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"extends": "@repo/typescript-config/workers.json"
2+
"extends": "@repo/typescript-config/workers.json",
3+
"include": ["*/**.ts", "./vitest.config.ts", "./types.d.ts"]
34
}

apps/graphql/worker-configuration.d.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Generated by Wrangler by running `wrangler types` (hash: c6d245b6498a55f3fab538f83441cc4f)
21
// Runtime types generated with [email protected] 2025-03-10 nodejs_compat
3-
declare namespace Cloudflare {
4-
interface Env {
5-
OAUTH_KV: KVNamespace;
6-
ENVIRONMENT: "development" | "staging" | "production";
7-
MCP_SERVER_NAME: "<PLACEHOLDER>" | "graphql-staging" | "graphql";
8-
MCP_SERVER_VERSION: "<PLACEHOLDER>" | "1.0.0";
9-
CLOUDFLARE_CLIENT_ID: string;
10-
CLOUDFLARE_CLIENT_SECRET: string;
11-
MCP_OBJECT: DurableObjectNamespace /* GraphQLMCP */;
12-
USER_DETAILS: DurableObjectNamespace /* UserDetails */;
13-
MCP_METRICS: AnalyticsEngineDataset;
14-
}
15-
}
16-
interface Env extends Cloudflare.Env {}
17-
182
// Begin runtime types
193
/*! *****************************************************************************
204
Copyright (c) Cloudflare. All rights reserved.

0 commit comments

Comments
 (0)