grafana/public/app/initApp.ts

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();