Skip to content

Commit 3f0c561

Browse files
authored
Update local server recipe (#1653)
1 parent 2d192a2 commit 3f0c561

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ test-tensorlake:
8888
[doc('Test all components')]
8989
test: test-rust test-indexify test-tensorlake
9090

91-
[doc('Run a dev Indexify server')]
92-
run-indexify:
93-
cargo run -p indexify-server -- --dev
91+
[doc('Run a local Indexify server')]
92+
run-server:
93+
cargo run -p indexify-server
9494

9595
[doc('Run a dev Indexify executor')]
9696
[working-directory: 'indexify']

0 commit comments

Comments
 (0)