@iobroker/create-adapter
Version:
Command line utility to create customized ioBroker adapters
9 lines • 397 B
JavaScript
;
/**
* Constants for default and fallback values used throughout the adapter creation process
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.RECOMMENDED_NODE_VERSION_FALLBACK = void 0;
/** The recommended Node.js version to use as a fallback when none is specified */
exports.RECOMMENDED_NODE_VERSION_FALLBACK = "20";
//# sourceMappingURL=constants.js.map