7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
import { updateData } from "#scripts/update";
|
|
|
|
run();
|
|
// Starts the matchday
|
|
async function run() {
|
|
await updateData("", "./sample/data2.json");
|
|
}
|