exposed express to backend plugins
This commit is contained in:
parent
8028c8eeab
commit
ddcb4c43bc
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ export class Plugins {
|
|||
win: utils.getWindow(),
|
||||
dir: pluginPath,
|
||||
dirName: file,
|
||||
express: utils.getExpress()
|
||||
};
|
||||
plugins[plugin.name] = new plugin(pluginEnv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue