Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicalFish committed Oct 16, 2024
1 parent 121fc12 commit ce07c92
Show file tree
Hide file tree
Showing 4 changed files with 386,150 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/step3/backup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'fs';
import path from 'path';
import sanityClient from '@sanity/client';

const outputFile = path.join(process.cwd(), 'backup.json');
const outputFile = path.join(process.cwd(), 'backup3.json');

export const client = sanityClient({
projectId: 'o2y1bt2g',
Expand Down
Loading

0 comments on commit ce07c92

Please sign in to comment.