UNPKG

@ngserveio/ws

Version:

This library was generated with [Nx](https://nx.dev).

30 lines (29 loc) 561 B
{ "$schema": "http://json-schema.org/schema", "$id": "client-app", "type": "object", "properties": { "name": { "x-prompt": "App Name", "type": "string", "description": "App Name", "$default": { "$source": "argv", "index": 0 } }, "domain": { "type": "string", "description": "Domain Name", "x-prompt": "Domain Name", "$default": { "$source": "argv", "index": 1 } } }, "required": [ "name", "domain" ] }