Update TinaCloud project: new client ID, add tina-lock.json

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-03-12 21:06:57 +00:00
parent 2f3e4d3dd8
commit 0fa1a9ab9a
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ dist
.env
.env.*
public/blog
public/admin
# tina/__generated__/ is committed — TinaCloud needs it for branch indexing
.claude/
pronpt.txt

View file

@ -1,5 +1,5 @@
import { createClient } from "tinacms/dist/client";
import { queries } from "./types";
export const client = createClient({ url: 'http://localhost:4001/graphql', token: '720e4dceb53a1e6f65b9b89935a9cf7aa670d7fb', queries, });
export const client = createClient({ cacheDir: '/Volumes/SSD/Projects/Aimpress/Aimpress_site/tina/__generated__/.cache/1773349159099', url: 'http://localhost:4001/graphql', token: 'ea37fbfc0d77de4d130164ff058bcc658ea5db8d', queries, });
export default client;

1
tina/tina-lock.json Normal file

File diff suppressed because one or more lines are too long