Fixed glob import #21

Merged
Philipp merged 1 commits from glob-fix into main 2025-04-21 21:00:29 +02:00

View File

@ -1,7 +1,7 @@
const { ScreepsAPI } = require("screeps-api");
const core = require("@actions/core");
const fs = require("fs");
const glob = require("glob");
const { glob } = require("glob");
const path = require("path");
/**