Skip to content
Snippets Groups Projects
Commit 4f9f8952 authored by Ivan Alglave's avatar Ivan Alglave
Browse files

Removed import of config.template.json and switched to config.json - check README

parent 29e26e69
No related branches found
No related tags found
1 merge request!3Get people
import * as _config from './config.template.json';
import * as _config from './config.json';
import { IConfig } from './config.model';
const config = _config as IConfig;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment