From 248122c2b34e78f97fcfa9c5658facbfa4643876 Mon Sep 17 00:00:00 2001 From: Zed Spencer-Milnes Date: Sun, 15 Dec 2024 00:57:25 +0000 Subject: [PATCH] Fix devcontainer run --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5378e42..8fe2019 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ }, "updateContentCommand": "npm install", - "postAttachCommand": "npm start-v4", + "postAttachCommand": "npm run start-v4", // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [3000],