import { app } from "./app.js"; const options = { port: 7777, }; app.listen(options);