@foundry-rs/easy-foundryup
Version:
Install and manage foundryup
15 lines • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("./index");
void (async () => {
const success = await (0, index_1.run)();
if (success) {
console.log("successfully setup foundryup");
}
else {
console.log("failed to setup foundryup");
process.exit(1);
}
})();
//# sourceMappingURL=foundryup.js.map