1
0
Fork 0
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:
71walceli 2025-03-10 22:01:10 +00:00
parent 15d59959cf
commit 341d22bd42

View file

@ -11,6 +11,7 @@
"PATH": "/workspace/bin:${containerEnv:PATH}"
},
"postCreateCommand": "bundle install && npm install",
"postStartCommand": "bin/setup && bin/dev",
"customizations": {
"vscode": {
"extensions": [