chore: start dev server on devcontainer (#5914)

This commit is contained in:
EYHN 2024-02-26 13:47:06 +00:00
parent ee4918b3b8
commit 6ccc4f1501
No known key found for this signature in database
GPG Key ID: 46C9E26A75AB276C

View File

@ -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"]
}