In index.js, I have:
index.js
console.log("index.js loading..."); import express from "express"; export const app = express(); import