We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2266231 commit b5cf52dCopy full SHA for b5cf52d
2 files changed
scripts/vercel-build.sh
@@ -6,7 +6,7 @@ echo "=== VERCEL BUILD - PRODUCTION ==="
6
7
# Install dependencies
8
echo "Installing dependencies..."
9
-pip3 install -r requirements.txt
+uv pip install --system -r requirements.txt
10
11
# Create minimal mkdocs wrapper for mike to find
12
echo "Creating minimal mkdocs wrapper for mike..."
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"buildCommand": "./scripts/vercel-build.sh",
3
"outputDirectory": "site",
4
- "installCommand": "pip3 install -r requirements.txt",
+ "installCommand": "uv pip install --system -r requirements.txt",
5
"framework": null
}
0 commit comments