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 ca1a9c4 commit cbc73daCopy full SHA for cbc73da
justfile
@@ -12,7 +12,7 @@ check:
12
cargo test
13
14
serve:
15
- uv run --frozen python3 -m server.main
+ uv run --project server python -m server.main
16
17
bundle:
18
./scripts/bundler.sh
0 commit comments