mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
update most packages
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"workspaceFolder": "/workspace",
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
@@ -20,7 +19,7 @@
|
||||
3000
|
||||
],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "npm config set unsafe-perm=true && npm i && cd frontend && npm i",
|
||||
// "postCreateCommand": "npm config set unsafe-perm=true && npm i && cd frontend && npm i",
|
||||
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "node"
|
||||
}
|
||||
Reference in New Issue
Block a user