From 9a36a46ad1e9891acc3bf8ac97a9dbd901062354 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 25 Sep 2025 23:34:11 +0100 Subject: [PATCH] chore: Removed run command from devcontainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 480d7cf..a9b3682 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,5 +14,5 @@ ] } }, - "postCreateCommand": "pnpm install && pnpm run dev" + "postCreateCommand": "pnpm install" } \ No newline at end of file