Generate overview based on subproject size
This commit is contained in:
parent
4053961357
commit
9790361f24
9 changed files with 109 additions and 24 deletions
16
metadata/project.json
Normal file
16
metadata/project.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"subprojects": [
|
||||
{
|
||||
"name": "sample",
|
||||
"path": "packages/sample",
|
||||
"size": 2450,
|
||||
"contents": {}
|
||||
},
|
||||
{
|
||||
"name": "sample",
|
||||
"path": "packages/sample",
|
||||
"size": 5600,
|
||||
"contents": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in a new issue