Merge pull request #1315 from satotake/patch-1

Fix backend path
This commit is contained in:
Andrea Luzzardi 2022-01-05 01:07:55 +01:00 committed by GitHub
commit d484f4af22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ backend: {
// We use `os.#Dir` to grab a sub-directory of `source`
code: os.#Dir & {
from: source
path: "."
path: "./backend"
}
test: os.#Container & {