fix make static

pull/227/head
Fabian Jakobs 2015-11-23 10:48:32 +00:00
rodzic 673d25e9a5
commit faeb21c34e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -76,7 +76,7 @@ function main(config, settings, options, callback) {
}) })
.concat({ .concat({
consumes: [], consumes: [],
provides: ["cdn.build", "db", "health"], provides: ["cdn.build", "db", "redis", "health"],
setup: function(options, imports, register) { setup: function(options, imports, register) {
register(null, { register(null, {
"cdn.build": {}, "cdn.build": {},
@ -87,6 +87,7 @@ function main(config, settings, options, callback) {
} }
} }
}, },
"redis": {},
"health": { "health": {
addCheck: function() {} addCheck: function() {}
} }