UNPKG

monex

Version:

Execute one or multiple scripts, interactively or in daemon mode, and restart them whenever they crash or a watched file changes.

9 lines (8 loc) 175 B
/* IMPORT */ import { createHttpClient } from 'picorpc'; /* MAIN */ const client = createHttpClient({ url: 'http://localhost:8163' }); /* EXPORT */ export default client;