mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
77baaa5121
* Introduce unleash-docker as a sperate submodule. this is related to #135 and will solve #126 * keep ide-user-settings out of repo * Introduce unleash-docker as a sperate submodule. this is related to #135 and will solve #126 * mv unleash-docker to packages/unleash-docker * made docker work for now, by copying migrations * minro cleanup * docker on node:6 * minor cleanup
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
'use strict';
|
|
var unleash = require('unleash-server');
|
|
unleash.start({});
|