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 02bccde8d6
commit 5f111c5e46
+1 -1
View File
@@ -17,7 +17,7 @@
}
},
"postCreateCommand": "yarn install",
"postCreateCommand": "corepack enable && yarn install",
// Configure tool-specific properties.
"customizations": {