Skip to content
Snippets Groups Projects
Commit f370f8b0 authored by michael.minelli's avatar michael.minelli
Browse files

SharedConfig => Add debug mode

parent 36004dfe
No related branches found
No related tags found
No related merge requests found
class SharedConfig {
public readonly production: boolean;
public debug: boolean = false;
public readonly logsFolder: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment