Skip to content

Commit

Permalink
feat: update dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpastor committed Mar 7, 2024
1 parent bb2d8a6 commit e51bae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source=${localWorkspaceFolderBasename}-node_modules,target=${containerWorkspaceFolder}/node_modules/,type=volume",
"source=${localWorkspaceFolderBasename}-pnpm-store,target=${containerWorkspaceFolder}/.pnpm-store/,type=volume"
],
"postCreateCommand": "sudo chown vscode ./node_modules/ ./.pnpm-store/"
"postCreateCommand": "git config --global --add safe.directory /workspaces/lexique-quebecois && sudo chown vscode ./node_modules/ ./.pnpm-store/"


// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit e51bae9

Please sign in to comment.