This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2024-12-22 19:07:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
e3104d9fef
unleash.unleash
/
packages
/
unleash-docker
/
index.js
4 lines
76 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Introduce unleash-docker as a sperate submodule. (#136) * 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
2016-06-18 01:11:49 +02:00
'use strict'
;
codemods
2016-06-18 21:53:18 +02:00
const
unleash
=
require
(
'unleash-server'
)
;
Introduce unleash-docker as a sperate submodule. (#136) * 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
2016-06-18 01:11:49 +02:00
unleash
.
start
(
{
}
)
;
Reference in New Issue
Copy Permalink