mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
aa7e6cf55f
* Minor changes * Revert CLI to JavaScript ... as Rollup is only accepts ESM modules and TypeScript would need to use the new incremental builds feature which causes weird Redux module errors.
4 lines
42 B
JavaScript
Executable File
4 lines
42 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
require('../cli')();
|