mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 11:41:36 +00:00
Github codespaces seems to ignore postStartCommand
This commit is contained in:
parent
6bb43b21e1
commit
63192f311f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"eamodio.gitlens"
|
||||
],
|
||||
"remoteUser": "node",
|
||||
"postStartCommand": {
|
||||
"postAttachCommand": {
|
||||
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
||||
"server": "cd ${containerWorkspaceFolder} && sudo chown $(id -u):$(id -g) node_modules && npm i",
|
||||
"client": "cd ${containerWorkspaceFolder}/client && sudo chown $(id -u):$(id -g) node_modules && npm i && npm run generate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue