You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i like to use it as a server side module but it does not use nedb. It seem i miss something
constmysam=require('mysam-core')();constcreateService=require('feathers-nedb');constcreateModel=require('./models/mysam.model');constModel=createModel(app);constpaginate=app.get('paginate');constoptions={name: 'mysam',
Model,
paginate
};mysam.init(createService(options));// is not working|writing to nedbapp.use('/trainings',mysam.service('trainings'));app.service('trainings').create({text:'hallo'}).then(res=>{console.log(res)}).catch(err=>{console.log(err)})`
It still use the module service.
Any suggestions? thx
The text was updated successfully, but these errors were encountered:
Hi,
i like to use it as a server side module but it does not use nedb. It seem i miss something
It still use the module service.
Any suggestions? thx
The text was updated successfully, but these errors were encountered: