1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

fix(dev): include corepack enable in devcontainer postCreateCommand

This commit is contained in:
2025-09-01 19:17:40 +00:00
parent e16ab1f6f6
commit 725b9cebd9
+1 -1
View File
@@ -17,7 +17,7 @@
} }
}, },
"postCreateCommand": "yarn install", "postCreateCommand": "corepack enable && yarn install",
// Configure tool-specific properties. // Configure tool-specific properties.
"customizations": { "customizations": {