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

This commit is contained in:
boris 2023-09-20 21:07:51 +08:00
parent 79034eac6e
commit 1f78bddf11
1 changed files with 1 additions and 1 deletions

View File

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