Added language provider, fixed race condition on emulator

This commit is contained in:
2025-03-16 18:24:20 -05:00
parent 60db15e932
commit 85615121b2
8 changed files with 98 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import { GAME_SYSTEMS } from "@/lib/game";
import { ApolloError, gql } from "apollo-server-micro";
import { pageTypeDefs } from "./page";
import { GAME_SYSTEMS } from "@/lib/game";
export const gameTypeDefs = gql`
${pageTypeDefs}