From 732c71f7c2e5f0a37c03c2efedcfa8e5360e3fda Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 13 Jul 2025 00:52:57 +0900 Subject: feat(container): fix Docker build --- frontend/graphql-codegen.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/graphql-codegen.ts') diff --git a/frontend/graphql-codegen.ts b/frontend/graphql-codegen.ts index af62625..d5339a4 100644 --- a/frontend/graphql-codegen.ts +++ b/frontend/graphql-codegen.ts @@ -2,8 +2,8 @@ import type { CodegenConfig } from "@graphql-codegen/cli"; const config: CodegenConfig = { overwrite: true, - schema: "../common/graphql/schema.graphql", - documents: ["src/**/*.tsx", "src/**/*.ts", "src/**/*.graphql"], + schema: "src/graphql/schema.graphql", + documents: ["src/graphql/*.graphql"], generates: { "src/graphql/generated/": { preset: "client", -- cgit v1.2.3-70-g09d2