-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
(ex: widgets should be defined in external config file that is then passed via start args to this js program)
jpcodedev/http2-webserver/http2server2.1.ts
Lines 45 to 50 in b3a2739
| // todo Config should be done in external, json file | |
| // @body (ex: widgets should be defined in external config file that is then passed via start args to this js program) | |
| export type JPServerOptions = { | |
| key: string; | |
| cert: string; |