UNPKG

mudb

Version:

Real-time database for multiplayer games

10 lines (7 loc) 178 B
import { spawn } from 'child_process'; const cwd = __dirname; spawn('browserify _/client.ts -p [ tsify ] | tape-run', [], { cwd, shell: true, stdio: 'inherit', });