John-Paul-R/jpcodedev

Config should be done in external, json file

todo opened this issue · 0 comments

todo commented

(ex: widgets should be defined in external config file that is then passed via start args to this js program)


// 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;


This issue was generated by todo based on a todo comment in b3a2739. It's been assigned to @John-Paul-R because they committed the code.