UNPKG
@zup-it/beagle-backend-cli
Version:
latest (1.1.0)
1.1.0
1.0.0
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-beta.1
CLI for Beagle Backend using TypeScript
github.com/ZupIT/beagle-backend-ts/
@zup-it/beagle-backend-cli
/
commands
/
start
/
types.d.ts
6 lines
(5 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
StartOptions
{
hotReloadingDisabled
?:
boolean
;
hotReloadingPort
?:
number
;
entrypoint
?:
string
; }