mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-10 07:55:21 +02:00
Add postStartCommand to devcontainer configuration for improved setup
This commit is contained in:
parent
15d59959cf
commit
341d22bd42
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
"PATH": "/workspace/bin:${containerEnv:PATH}"
|
||||
},
|
||||
"postCreateCommand": "bundle install && npm install",
|
||||
"postStartCommand": "bin/setup && bin/dev",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue