4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
import app from './app.ts'
|
|
|
|
const port = process.env.PORT || 3000
|
|
app.listen(port) |