#! /usr/bin/env node import { app } from './server' const port = 8082 app.listen(port, () => console.log(`cosmostly listening on port ${port}!`))