Merge pull request #5215 from swissbuechi/fix-spfx-version

This commit is contained in:
Hugo Bernier 2024-09-19 05:53:13 -07:00 committed by GitHub
commit e704d17052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
{
"name": "SPFx 1.14.1",
"image": "docker.io/m365pnp/spfx:1.14.1",
"name": "SPFx 1.14.0",
"image": "docker.io/m365pnp/spfx:1.14.0",
// Set *default* container specific settings.json values on container create.
"settings": {},
// Add the IDs of extensions you want installed when the container is created.