mirror of https://github.com/grafana/grafana.git
3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
|
|
module.exports = function(grunt) {
|
||
|
|
grunt.registerTask('server', ['connect:dev']);
|
||
|
|
};
|