Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ UV_TOOL_DIR=.uv/tools
UV_TOOL_BIN_DIR=.uv/tools/bin
UV_NO_MODIFY_PATH=1
UV_LINK_MODE=copy
UV_PYTHON_INSTALL_DIR=.uv/python

PNPM_HOME=.pnpm

Expand All @@ -30,8 +31,6 @@ PKG1_ENV=packages/pkg1/.env
DOCS_ENV=packages/docs/.env

# Configuration which are required for docker compose and should be copied to ROOT/.env
UV_PYTHON_INSTALL_DIR=.uv/python

BIN_DEPLOY_PREP=bin/deploy/prep.sh
BIN_DEPLOY_REQ=bin/deploy/req.sh

Expand Down
Loading