Hey there can anyone help take a look why am I getting this error [ERR_MODULE_NOT_FOUND]: Cannot find module '/sandbox/src/app' imported from /sandbox/src/server.js it’s a basic node app/express app that I’m trying to start using es modules but not sure what I’m doing wrong with the import… here is a codesandbox link https://codesandbox.io/s/sleepy-bhabha-zj7cnu?file=/src/app.js
I can make it with require but I’m trying to use es modules import instead and I keep getting this error