mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
WIP: separate runtime and api components
This commit is contained in:
@@ -53,7 +53,8 @@ function serveFile(app,baseUrl,file) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
init: function(settings) {
|
||||
init: function(runtime) {
|
||||
var settings = runtime.settings;
|
||||
var i;
|
||||
var url;
|
||||
themeContext = clone(defaultContext);
|
||||
|
Reference in New Issue
Block a user