docs: fix backend path
Signed-off-by: satotake <doublequotation@gmail.com>
This commit is contained in:
parent
7e523c7c39
commit
f595e28533
@ -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 & {
|
||||||
|
Reference in New Issue
Block a user