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