2020-07-07 10:57:33 +08:00

6 lines
96 B
JavaScript

'use strict';
const { start } = require('./zk');
start().catch(err => { console.log(err); });