Skip to content

Commit 5e0a065

Browse files
authored
Update devcontainer.json
1 parent e7fd3d0 commit 5e0a065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/standard-integration/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "PayPal Standard Integration",
44
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
5-
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/standard-integration",
5+
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'postCreateCommand' to run commands after the container is created.
77
"postCreateCommand": "npm install",
88
// Use 'postAttachCommand' to run commands when attaching to the container.

0 commit comments

Comments
 (0)