Defined in: localhost.ts:4
optionalalready?:boolean
Defined in: localhost.ts:5
optionalorigin?:string
Defined in: localhost.ts:8
port:
number|null
Defined in: localhost.ts:7
optionalrunning?:boolean
Defined in: localhost.ts:6
optionalstopped?:boolean
Defined in: localhost.ts:9
constlocalhost:object
Defined in: localhost.ts:27
start: (
port?) =>Promise<LocalhostStatus>
Starts (or reports) the localhost asset origin.
number
Promise<LocalhostStatus>
status: () =>
Promise<LocalhostStatus>
Current origin status.
Promise<LocalhostStatus>
stop: () =>
Promise<LocalhostStatus>
Stops the origin.
Promise<LocalhostStatus>
start(
port?):Promise<LocalhostStatus>
Defined in: localhost.ts:13
Starts (or reports) the localhost asset origin.
number
Promise<LocalhostStatus>
status():
Promise<LocalhostStatus>
Defined in: localhost.ts:23
Current origin status.
Promise<LocalhostStatus>
stop():
Promise<LocalhostStatus>
Defined in: localhost.ts:18
Stops the origin.
Promise<LocalhostStatus>