CJ_Clippy b52fe97da3
Some checks failed
ci / build (push) Failing after 55s
ci / Tests & Checks (push) Failing after 25s
get test credentials from env
2025-02-15 04:31:20 -08:00

4 lines
82 B
TypeScript

import app from './app.ts'
const port = process.env.PORT || 3000
app.listen(port)