Cannot start Strapi anymore

Hey,

Did you add a plugin, with something like this in one of the files in the routes folder :

`const { createCoreRouter } = require(’@strapi/strapi’).factories;

module.exports = createCoreRouter(‘plugin::todo.task’);`

Because currently it causes the same error you describe