merge Route into Env, rebase dagger compute to use the new API

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-03-24 17:55:21 -07:00
committed by Solomon Hykes
parent 43b3af6fff
commit cba524eb0f
13 changed files with 578 additions and 772 deletions

View File

@@ -25,5 +25,6 @@ todoApp: netlify.#Site & {
contents: yarn.#Script & {
source: repository
run: "build"
env: "xx" :"bar"
}
}