We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c370be2 commit fe46385Copy full SHA for fe46385
bin/stack-config
@@ -1,4 +1,6 @@
1
#!/usr/bin/env bash
2
3
+export UV_PROJECT_ENVIRONMENT=.venv-`uname -m`
4
+
5
STACKINATOR_ROOT=$(dirname `realpath $0`)/..
6
uv run --directory $STACKINATOR_ROOT --with . python -m stackinator.main $@
0 commit comments