docs: fix backend path

Signed-off-by: satotake <doublequotation@gmail.com>
This commit is contained in:
satotake 2021-12-25 13:33:53 +09:00
parent 7e523c7c39
commit f595e28533

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 & {