From 4b3451393d03f469a87c57c5b9a3984e451c1bc9 Mon Sep 17 00:00:00 2001 From: Simeon Romanov Date: Tue, 19 Sep 2023 19:13:25 +0300 Subject: [PATCH] update readme --- .cargo/config.toml | 2 +- README.md | 10 +--------- backend/Cargo.toml | 1 - 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 51197b2b..16d67656 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [alias] -build-backend="build -p bob_management --features backend --features swagger --no-default-features" +build-backend="build -p bob_management --features backend --features swagger --no-default-features -p backend" build-frontend="build -p bob_management --features frontend --no-default-features" run-backend="run --features backend --features swagger --no-default-features" diff --git a/README.md b/README.md index 0e04921e..1f62b7cd 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,9 @@ Management UI for Bob ## Commands -To run dev. server: - -```sh -cargo fullstack --features=dev -``` - -This will run dev. server on 21012 port for frontend and backend server on port 9000. - --- -Run debug build: +Run debug build: ```sh cargo run -- --default diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1a4ba5b0..1009f757 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -11,7 +11,6 @@ license-file.workspace = true edition.workspace = true readme.workspace = true repository.workspace = true -links = "bundle" [dependencies] # Backend (lib.rs)