UNPKG

@stuntman/server

Version:

Stuntman - HTTP proxy / mock server with API

6 lines 195 B
#!/usr/bin/env node import { Mock } from '../mock.js'; import { stuntmanConfig } from '@stuntman/shared'; const mock = new Mock(stuntmanConfig); mock.start(); //# sourceMappingURL=stuntman.js.map