1 comments

  • Kuyawa 36 minutes ago

    This is a great improvement over node_modules black hole architecture

    When I start a web app, I only install express, ejs and pg, ready to rock, load env vars using process.loadEnvFile() and hot reloads with node --watch app while I edit html, css and js files. Now having a Sqlite module as part of node is worth considering for small apps

    I also ask AI to restrict modules to these three. Life is exceptionally good