diff --git a/pnpm-config/.devcontainer/devcontainer.json b/pnpm-config/.devcontainer/devcontainer.json new file mode 100644 index 0000000000000000000000000000000000000000..e38ca1efb9d5f256d948e12b8dcbc40383b8b6c1 --- /dev/null +++ b/pnpm-config/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "name": "Hive NodeJS & Typescript", + "image": "registry.gitlab.syncad.com/hive/common-ci-configuration/emsdk:4.0.1-2@sha256:d0c5fbd811ef2447fdf411ee1e2a111c50ad0ec610cf3d6bf2d186530bc883ad", + "containerUser": "emscripten", + "customizations": { + "vscode": { + "extensions": [] + } + } +} \ No newline at end of file