grafana-toolkit.dist.js 107 B

12345
  1. #!/usr/bin/env node
  2. // This bin is used for cli installed from npm
  3. require('../src/cli/index.js').run();