Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
debug('component 404 error', payload.err);
}
else {
debug('component exception', payload.err);
}
return;
}
done();
}
});
app.plug(queryPlugin());
app.plug(fetchrPlugin({ xhrPath: '/_api' }));
app.plug(devToolsPlugin());
app.registerStore(DocStore);
app.registerStore(MyRouteStore);
app.registerStore(SearchStore);
export default app;