mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
5d5fc37dfd
* feat: build docker containers when pushing to main The intent here is to publish a docker container for every build of main. This will make it easier to run the tip of main.
8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
'use strict';
|
|
|
|
const unleash = require('unleash-server');
|
|
|
|
let options = {};
|
|
|
|
unleash.start(options);
|