Skip to content

Commit f92a50a

Browse files
authored
Update devcontainer.json
1 parent acdb642 commit f92a50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
3000,
5151
8000
5252
],
53-
"postCreateCommand": "",
53+
"postCreateCommand": "cd backend && poetry install && cd ../frontend && pnpm install",
5454
"remoteUser": "vscode"
5555
}

0 commit comments

Comments
 (0)