serve-lunasqu.ee/runner.js

4 lines
103 B
JavaScript
Raw Normal View History

2019-02-05 16:27:36 +00:00
const path = require('path')
require(path.join(__dirname, 'server'))().catch((e) => console.error(e))