mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 14:02:25 +08:00
Added grunt server command
This commit is contained in:
3
tasks/server_task.js
Normal file
3
tasks/server_task.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = function(grunt) {
|
||||
grunt.registerTask('server', ['connect:dev']);
|
||||
};
|
Reference in New Issue
Block a user