create http universe package

Signed-off-by: jffarge <slumbering.pierrot@gmail.com>
This commit is contained in:
jffarge
2021-10-19 15:06:14 +02:00
committed by guillaume
parent fa334f4a86
commit b94b8c0c70
7 changed files with 227 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ setup() {
dagger -e go up
}
@test "http" {
dagger -e http up
}
@test "js/yarn" {
dagger -e js-yarn up
}