DEV Community

Discussion on: Bulletproof node.js project architecture 🛡️

Collapse
 
unruhschuh profile image
Thomas Leitz

Awesome post! In the app.js listing you have

await loaders.init({ expressApp: app });

yet, loaders/index.js doesn't define in init function or did I miss something?