UNPKG

create-mendix-widget

Version:

Create a working Mendix widget with one command.

7 lines (6 loc) 278 B
module.exports = { mxProjectRootDir: '', // the path to your Mendix app mxAppPort: 8080, // the port where your Mendix is running mxAppHost: 'localhost', // where you host your Mendix app devServerPort: 3000, // the widget dev server will proxy your app to port 3000 };