import app from './app.ts'

const port = process.env.WL_PORT || 5063
app.listen(port)