From a1c5c55a37d67d41d59cabec024cc6bcf2ca0def Mon Sep 17 00:00:00 2001 From: Raghav-45 <77260113+Raghav-45@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:49:50 +0530 Subject: [PATCH] Update command to run server I encountered an issue where the cargo run -p server command was not functioning properly. It took me nearly an hour to pinpoint the problem, which turned out to be related to a modification in the Cargo.toml file. This change was made by @Brendonovich during their work on issue #1181, which pertained to *syncing ingestion*. Initially, I believed that re-cloning the repository from GitHub would resolve the issue. However, after attempting this solution exactly 5 times, I realized my assumption was incorrect. Despite the time and effort spent, I was able to successfully identify and rectify the problem. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc18f4334..1f812f296 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ To quickly run only the desktop app after `prep`, you can use: To run the web app: -- `cargo run -p server` (runs the server) +- `cargo run -p sd-server` (runs the server) - `pnpm web dev` (runs the web embed server) To run the landing page: