We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02dd46 commit 26c1b36Copy full SHA for 26c1b36
tasks/generate-sitemap.mjs
@@ -3,7 +3,7 @@ import { execSync } from 'child_process';
3
import crypto from 'node:crypto';
4
import * as cheerio from 'cheerio';
5
import dotenv from 'dotenv';
6
-import flatDirectory from '../src/directory/flatDirectory.json' assert { type: 'json' };
+import flatDirectory from '../src/directory/flatDirectory.json' with { type: 'json' };
7
8
dotenv.config({ path: './.env.custom' });
9
0 commit comments