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:
parent
2f3e4d3dd8
commit
0fa1a9ab9a
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,6 +5,7 @@ dist
|
|||
.env
|
||||
.env.*
|
||||
public/blog
|
||||
public/admin
|
||||
# tina/__generated__/ is committed — TinaCloud needs it for branch indexing
|
||||
.claude/
|
||||
pronpt.txt
|
||||
|
|
|
|||
2
tina/__generated__/client.ts
generated
2
tina/__generated__/client.ts
generated
|
|
@ -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
1
tina/tina-lock.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue