UNPKG

@fdm-monster/server

Version:

FDM Monster is a bulk OctoPrint, Klipper, PrusaLink and BambuLab manager to set up, configure and monitor 3D printers. Our aim is to provide neat overview over your farm.

10 lines (9 loc) 326 B
import { AppConstants } from "../../server.constants.js"; //#region src/controllers/dto/update-client-dist.dto.ts var UpdateClientDistDto = class { downloadRelease = AppConstants.defaultClientMinimum; allowDowngrade = false; }; //#endregion export { UpdateClientDistDto }; //# sourceMappingURL=update-client-dist.dto.js.map