And yeah the support is low. I talked to rodger a good month ago and he told me that they want to start work again, but seems like it did not yet happen. But this is open source, if you want something to be better, then help making it better. You give back to the community for all the things you gain, which is just fair.
And sometimes that means figuring out stuff on your own. Which of course means you need a deep understanding and knowledge about all the tools you use and about computers in general and the rest should come at ease :)
Is this supposed to work ?
seneca.ready (() =>
{
const app = Connect ();
app.use (Connect_query ());
app.use (Body_parser.json ());
app.use (seneca.export ('web'));
app.listen (3000);
// seneca.use ('data-editor');
// seneca.use ('admin', { server: app, local: true });
});
because it is not working for me at all
Hi, I am a newbie in Seneca and also not much experienced with Javascript. Can someone please help me with this issue I am facing? senecajs/seneca#706