UNPKG

webgme-dss

Version:

Design Studio for Dynamic Systems with Modelica as backend

10 lines (7 loc) 226 B
/* eslint-env node */ /** * @author pmeijer / https://github.com/pmeijer */ const config = require('./config.dockerworker'); config.plugin.SystemSimulator.simulationTool = 'OpenModelica'; module.exports = config;