We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23ec0e commit d2a6cd4Copy full SHA for d2a6cd4
examples/justfile
@@ -252,8 +252,3 @@ run-authorize-and-store mode="ws": build npm-install
252
just teardown-services
253
exit $EXAMPLE_EXIT
254
255
-# Alias: Run with WebSocket RPC node
256
-run-authorize-and-store-ws: (run-authorize-and-store "ws")
257
-
258
-# Alias: Run with smoldot light client
259
-run-authorize-and-store-smoldot: (run-authorize-and-store "smoldot")
0 commit comments