Files
theater-ziefen-website/tina/__generated__/client.ts
T
2026-05-03 10:00:01 +02:00

5 lines
212 B
TypeScript

import { createClient } from "tinacms/dist/client";
import { queries } from "./types";
export const client = createClient({ url: 'http://localhost:4001/graphql', token: '', queries, });
export default client;