Skip to content

Commit 84979ff

Browse files
committed
try to fix workspaceMount
1 parent 0deb7d9 commit 84979ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/website/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Node.js & TypeScript",
33
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
4-
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/onefetch,type=bind,consistency=cached",
5-
"workspaceFolder": "/workspaces/onefetch/docs/vercel",
4+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
5+
"workspaceFolder": "/workspace/onefetch/docs/vercel",
66
"extensions": ["esbenp.prettier-vscode", "svelte.svelte-vscode"],
77
"postCreateCommand": "npm ci",
88
"postAttachCommand": "npm run dev -- --port 3000",

0 commit comments

Comments
 (0)