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