We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebc384 commit 429e33fCopy full SHA for 429e33f
frontend/.devcontainer/devcontainer.json
@@ -7,7 +7,7 @@
7
},
8
9
// Use 'postCreateCommand' to run commands after the container is created.
10
- "postCreateCommand": "npm install && sudo npx playwright install-deps && npx playwright install",
+ "postCreateCommand": "git config --global --replace-all safe.directory \"$(dirname \"$PWD\")\" && npm install -g npm@11 && npm install && sudo npx playwright install-deps && npx playwright install",
11
"postStartCommand": "npm install && npm run dev",
12
"customizations": {
13
"vscode": {
0 commit comments