mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-22 01:02:00 -07:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
const Server = require('./bin/server.js')
|
|
const server = new Server()
|
|
|
|
server.startServer()
|