Files
theater-ziefen-website/tina/__generated__/client.ts
T
johannes.gasser c97cc4cdd2
Build and Deploy / build-and-deploy (push) Failing after 4m54s
update react
2026-05-04 21:36:00 +02:00

5 lines
205 B
TypeScript

import { createClient } from "tinacms/dist/client";
import { queries } from "./types";
export const client = createClient({ url: '/api/tina/gql', token: 'undefined', queries, });
export default client;