mirror of
https://github.com/grafana/grafana.git
synced 2025-09-24 19:44:05 +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