Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Oct 3, 2023
1 parent e0e443f commit 4b34513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -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"

10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ license-file.workspace = true
edition.workspace = true
readme.workspace = true
repository.workspace = true
links = "bundle"

[dependencies]
# Backend (lib.rs)
Expand Down

0 comments on commit 4b34513

Please sign in to comment.