mirror of https://github.com/grafana/grafana.git
8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
|
// See ./index.ts for why this is in a seperate file
|
||
|
|
||
|
// Trusted types must be initialised before the rest of the world is imported
|
||
|
import './core/trustedTypePolicies';
|
||
|
import app from './app';
|
||
|
|
||
|
app.init();
|