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

View File

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