mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* move config to grafana runtime * set defaults * defaults in constructor * use @types/systemjs * rename Settings to GrafanaBootConfig
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
import { config, GrafanaBootConfig } from '@grafana/runtime';
|
|
|
|
// Legacy binding paths
|
|
export { config, GrafanaBootConfig as Settings };
|
|
export default config;
|