boris commited on
Commit
1f78bdd
1 Parent(s): 79034ea

Use the correct command to run the app in `GitPod`

Browse files
Files changed (1) hide show
  1. .gitpod.yml +1 -1
.gitpod.yml CHANGED
@@ -8,7 +8,7 @@ tasks:
8
  command: redis-server --port 8082
9
  - name: Run The App
10
  init: cargo build
11
- command: PKG_ENV=dev ./target/release/websurfx
12
  - name: Tests
13
  command: cargo test
14
  - name: Clippy Checks
 
8
  command: redis-server --port 8082
9
  - name: Run The App
10
  init: cargo build
11
+ command: PKG_ENV=dev ./target/debug/websurfx
12
  - name: Tests
13
  command: cargo test
14
  - name: Clippy Checks