mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 07:42:31 +08:00
11 lines
169 B
JavaScript
11 lines
169 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
dev: {
|
|
options: {
|
|
port: 5601,
|
|
base: config.srcDir,
|
|
keepalive: true
|
|
}
|
|
},
|
|
}
|
|
}; |