update react
Build and Deploy / build-and-deploy (push) Failing after 4m54s

This commit is contained in:
2026-05-04 21:36:00 +02:00
parent f1537b11e3
commit c97cc4cdd2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { createClient } from "tinacms/dist/client";
import { queries } from "./types";
export const client = createClient({ cacheDir: '/home/johannes/work/ideal/theater-ziefen-website/tina/__generated__/.cache/1777917319596', url: '/api/tina/gql', token: 'undefined', queries, });
export const client = createClient({ url: '/api/tina/gql', token: 'undefined', queries, });
export default client;