diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 191a02c0e95e5..40d84f828a074 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,5 +21,6 @@ } }, "updateContentCommand": "bash ./.devcontainer/build.sh", - "postCreateCommand": "bash ./.devcontainer/setup-user.sh" + "postCreateCommand": "bash ./.devcontainer/setup-user.sh", + "postStartCommand": ["yarn dev", "yarn workspace @affine/server dev"] }