From 7bcb237574097ba09c92b7ff09268ccf09ffc10d Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Wed, 26 Mar 2025 15:59:21 +0100
Subject: [PATCH] Removed bad path from devcountainer mount specification

---
 pnpm-config/.devcontainer/devcontainer.json | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pnpm-config/.devcontainer/devcontainer.json b/pnpm-config/.devcontainer/devcontainer.json
index f24a7fd..02cc8e7 100644
--- a/pnpm-config/.devcontainer/devcontainer.json
+++ b/pnpm-config/.devcontainer/devcontainer.json
@@ -19,11 +19,6 @@
   },
 
   "mounts": [
-    {
-      "source": "/storage1/",
-      "target": "/storage1/",
-      "type": "bind"
-    },
     {
       "source": "${localEnv:HOME}/.gitconfig",
       "target": "/home/emscripten/.gitconfig",
-- 
GitLab