Files
leaflet/.bundlemonrc.json
2022-01-21 13:11:04 +01:00

19 lines
234 B
JSON

{
"baseDir": "dist",
"files": [
{
"path": "leaflet.js"
}
],
"reportOutput": [
[
"github",
{
"checkRun": true,
"commitStatus": false,
"prComment": false
}
]
]
}