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.
This commit is contained in:
Raghav-45 2023-08-08 18:49:50 +05:30
parent 98f763134e
commit a1c5c55a37

View file

@ -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: