dev: add setup-git.sh to postCreateCommand

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-01-04 18:57:32 +00:00
parent 0b273ba01c
commit b9acedf35e

View File

@@ -97,7 +97,7 @@
}, },
"forwardPorts": [3000, 5173, 8080, 1455], "forwardPorts": [3000, 5173, 8080, 1455],
"appPort": [3000, 5173, 8080, 1455], "appPort": [3000, 5173, 8080, 1455],
"postCreateCommand": "./scripts/editor-setup.sh", "postCreateCommand": "./scripts/setup-git.sh && ./scripts/editor-setup.sh",
"portsAttributes": { "portsAttributes": {
"3000": { "3000": {
"label": "Development Server", "label": "Development Server",