From ceb2146c1b08bbe9250e4db7846e06bd89526c21 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 3 Apr 2021 18:31:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20dev=20container=20open=20?= =?UTF-8?q?=E2=9A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #108 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 709b5660..b8683e4b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,5 +16,5 @@ "fivethree.vscode-svelte-snippets", "voorjaar.windicss-intellisense" ], - "postCreateCommand": "yarn && yarn dev" + "postCreateCommand": "yarn && yarn dev --open" } \ No newline at end of file