UNPKG

77 BJavaScriptView Raw
1let app = require(`${process.cwd()}/app.js`)
2
3app.start().catch(console.log)