mirror of
https://github.com/grafana/grafana.git
synced 2025-12-18 22:16:21 -05:00
16 lines
241 B
JSON
16 lines
241 B
JSON
{
|
|
"targetDefaults": {
|
|
"build": {
|
|
"outputs": ["{projectRoot}/dist"],
|
|
"cache": true
|
|
},
|
|
"generate": {
|
|
"cache": true
|
|
}
|
|
},
|
|
"tui": {
|
|
"autoExit": true,
|
|
"enabled": false
|
|
},
|
|
"defaultBase": "main"
|
|
}
|