mirror of https://github.com/grafana/grafana.git
5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
|
let templates = (require as any).context('../', true, /\.html$/);
|
||
|
templates.keys().forEach((key: string) => {
|
||
|
templates(key);
|
||
|
});
|