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