Skip to content

Commit cbc73da

Browse files
committed
fix: just serve command fix
1 parent ca1a9c4 commit cbc73da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ check:
1212
cargo test
1313

1414
serve:
15-
uv run --frozen python3 -m server.main
15+
uv run --project server python -m server.main
1616

1717
bundle:
1818
./scripts/bundler.sh

0 commit comments

Comments
 (0)