diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5e7f904..a085fde 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,6 +18,6 @@ } }, "remoteUser": "node", - "postCreateCommand": "npm run project-setup && npm install && npm run dev:example", + "postCreateCommand": "npm run project-setup && npm install && npm run dev", "forwardPorts": [1313] }