UNPKG

98 BJavaScriptView Raw
1#!/usr/bin/env node
2
3const startServer = require('../lib/server/server').default;
4
5startServer();