fix import syntax
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David 2024-07-08 19:13:48 -04:00
parent ab3f639d0e
commit fe00d3e81d

View File

@ -1,7 +1,7 @@
import { load } from "cheerio";
import { readFile, writeFile } from "fs";
import process from "child_process";
import stores from "./stores.json" assert { type: "json" };
import stores from "./stores.json" with { type: "json" };
function GetRecentChanges() {
const res = process