From d476dd0dbf2bdf3cc0171671e4b1fc70c4ce4c15 Mon Sep 17 00:00:00 2001 From: splincode <> Date: Fri, 21 Jul 2023 17:15:13 +0300 Subject: [PATCH] ci: change machine type --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 126f8c788..0c6bea4b4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,9 +6,9 @@ "cpus": 4 }, "waitFor": "onCreateCommand", - "updateContentCommand": "npm ci --force --loglevel silent --ignore-scripts --audit false --ignore-engines --ignore-platform --no-fund", + "updateContentCommand": "npm ci --force --loglevel silent --audit false --ignore-engines --ignore-platform --no-fund", "postCreateCommand": "", - "postAttachCommand": "npm start", + "postAttachCommand": "npm start -- --host 0.0.0.0 --disable-host-check", "customizations": { "codespaces": { "openFiles": ["CONTRIBUTING.md"] @@ -17,7 +17,7 @@ "portsAttributes": { "3333": { "label": "Demo", - "onAutoForward": "openPreview" + "onAutoForward": "notify" } }, "forwardPorts": [3333]