diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e5dcaeae..6d233e34 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ // Update 'VARIANT' to pick a Node version: 16, 14, 12. // Append -bullseye or -buster to pin to an OS version. // Use -bullseye variants on local arm64/Apple Silicon. - "args": { "VARIANT": "16-bullseye" } + "args": { "VARIANT": "18-bullseye" } }, // Set *default* container specific settings.json values on container create. diff --git a/.gitignore b/.gitignore index f16666b8..ef79b42c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ playground .idea .DS_Store .eslintcache +.pnpm-store \ No newline at end of file