We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ffb3b commit dbd60faCopy full SHA for dbd60fa
src/plugins/factory/index.js
@@ -19,7 +19,7 @@ module.exports = async function(api, info = {}) {
19
20
const { index, port, host } = info;
21
const runApp = require(index); // app.js
22
- runApp(app);
+ await runApp(app);
23
24
const portfinder = require('portfinder');
25
0 commit comments