Skip to content

Commit

Permalink
chore: start dev server on devcontainer (toeverything#5914)
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Feb 26, 2024
1 parent ee4918b commit 6ccc4f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit 6ccc4f1

Please sign in to comment.