4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
import app from './app.ts'
|
|
|
|
const port = process.env.WL_PORT || 5063
|
|
app.listen(port) |