Compare commits
2 Commits
0f954d30a9
...
fe00d3e81d
Author | SHA1 | Date | |
---|---|---|---|
fe00d3e81d | |||
ab3f639d0e |
@ -1,4 +1,4 @@
|
||||
FROM node:21 AS builder
|
||||
FROM node:22 AS builder
|
||||
|
||||
COPY . /src
|
||||
WORKDIR /src
|
||||
|
2
index.js
2
index.js
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user