Skip to content

Commit

Permalink
chore: update expectedPackage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Dec 20, 2023
1 parent 2198266 commit 5b954c0
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions apps/single-app/app/expectedPackages.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,29 @@
"allowWrite": true
}
}
},
"http0": {
"label": "Local HTTP",
"accessors": {
"http": {
"type": "http",
"label": "http",
"baseUrl": "http://127.0.0.1:8080",
"allowRead": true,
"allowWrite": false
}
}
},
"core0": {
"label": "Core",
"accessors": {
"packageInfo0": {
"type": "core_package_info",
"label": "Package Info",
"allowRead": true,
"allowWrite": true
}
}
}
},
"expectedPackages": [
Expand Down Expand Up @@ -86,6 +109,30 @@
]
}
}
},
{
"type": "json_data",
"_id": "json0",
"contentVersionHash": "abc1234",
"content": {
"path": "test.json"
},
"version": {},
"sources": [
{
"containerId": "http0",
"accessors": {
"local": {
"type": "http",
"isStable": true
}
}
}
],
"layers": [
"core0"
],
"sideEffect": {}
}
]
}

0 comments on commit 5b954c0

Please sign in to comment.