We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d8921 commit 82d99beCopy full SHA for 82d99be
.devcontainer/postCreateCommand.sh
@@ -1,5 +1,8 @@
1
#! /usr/bin/env bash
2
3
+# Install uv
4
+curl -LsSf https://astral.sh/uv/install.sh | sh
5
+
6
# Install Dependencies
7
uv sync
8
0 commit comments