Development tools
1- Install Feathers profile
npm install feathers-profiler --saveconst { profiler } = require('feathers-profiler');
// 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?