Skip to content
Snippets Groups Projects

Fix constructor

Merged Sigmund, Dominik requested to merge 2-add-optional-prefix-for-env-variables into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
export class Config {
constructor();
constructor(basePath?: string, envPrefix?: string);
_reload(): void;
_show(): any;
}
\ No newline at end of file
Loading