Path aliases in Node.
Aug 30, 2021 · 2 min read · While doing import in node.js application, we see a lot of '../' path. As the project grows vertically deep this path gets much duskier. This really looks awful especially when we are building a production-grade big application. import { AuthControl...
PVille commented
