mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 05:38:20 -05:00
Use the correct command to run the app in GitPod
This commit is contained in:
parent
79034eac6e
commit
1f78bddf11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user