import "dotenv/config" import { app } from "./app" app.listen(process.env.PORT || 3000, () => { console.log("Rarible tx backend listening...") })