mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 18:23:50 +08:00
Added grunt server command
This commit is contained in:
11
tasks/options/connect.js
Normal file
11
tasks/options/connect.js
Normal file
@ -0,0 +1,11 @@
|
||||
module.exports = function(config) {
|
||||
return {
|
||||
dev: {
|
||||
options: {
|
||||
port: 5601,
|
||||
base: config.srcDir,
|
||||
keepalive: true
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user