Skip to content

Commit

Permalink
Use the correct command to run the app in GitPod
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-lok committed Sep 20, 2023
1 parent 79034ea commit 1f78bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks:
command: redis-server --port 8082
- name: Run The App
init: cargo build
command: PKG_ENV=dev ./target/release/websurfx
command: PKG_ENV=dev ./target/debug/websurfx
- name: Tests
command: cargo test
- name: Clippy Checks
Expand Down

0 comments on commit 1f78bdd

Please sign in to comment.