Development tools
1- Install Feathers profile
npm install feathers-profiler --save// app.configure(services); // This already there
// Add this line under the services
app.configure(profiler({ stats: 'detail' }));2 - Add log service
Last updated
Was this helpful?