This is my project structure:
. ├── .babelrc ├── package-lock.json ├── package.json └── src ├── index.js ├── modules │ ├── assetdb.mjs │ ├