UNPKG

mixdown

Version:

Mixdown components are used to create and remix web app and cli services.

35 lines (32 loc) 535 B
{ "app": { "vhosts": [ "localhost", "127.0.0.1" ], "plugins": { "hello-world": { "module": "/test/fixtures/testPlugin.js", "options": { "hello": "bonjour" } } } }, "services": { "module": "mixdown-config-filesystem", "options": { "paths": null } }, "main": { "module": "mixdown-server", "options": { "listen": { "port": 8081, "type": "tcp", "path": "/var/run/mixdown.sock" } } } }