diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a7253a5..1d4324c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,6 +5,5 @@ }, "forwardPorts": [8080], "remoteUser": "root", - "postCreateCommand": "devbox run compile", - "postStartCommand": "devbox run start" + "postCreateCommand": "devbox run compile" } \ No newline at end of file