@iotize/cli
Version:
IoTize command line interface
6 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = require("path");
exports.SIM_FILE_ADDRESS = 'https://raw.githubusercontent.com/iotize-sas/simfiles/master/Simfiles/STM32F401xC.sim';
exports.RESOURCE_PATH = path_1.resolve(__dirname, '../assets');
//# sourceMappingURL=config.js.map