With ES6 modules you can not (yet?) import directories. Your import should look like this:
import database from "./database/index.js"
With ES6 modules you can not (yet?) import directories. Your import should look like this:
import database from "./database/index.js"