mirror of
https://github.com/sofastack/sofa-rpc-node.git
synced 2026-01-25 16:06:26 +00:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
'use strict';
|
|
|
|
const { start } = require('./zk');
|
|
|
|
start().catch(err => { console.log(err); });
|