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 2d192a2 commit 3f0c561Copy full SHA for 3f0c561
.justfile
@@ -88,9 +88,9 @@ test-tensorlake:
88
[doc('Test all components')]
89
test: test-rust test-indexify test-tensorlake
90
91
-[doc('Run a dev Indexify server')]
92
-run-indexify:
93
- cargo run -p indexify-server -- --dev
+[doc('Run a local Indexify server')]
+run-server:
+ cargo run -p indexify-server
94
95
[doc('Run a dev Indexify executor')]
96
[working-directory: 'indexify']
0 commit comments