0
0
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:
boris 2023-09-20 21:07:51 +08:00
parent 79034eac6e
commit 1f78bddf11

View File

@ -8,7 +8,7 @@ tasks:
command: redis-server --port 8082 command: redis-server --port 8082
- name: Run The App - name: Run The App
init: cargo build init: cargo build
command: PKG_ENV=dev ./target/release/websurfx command: PKG_ENV=dev ./target/debug/websurfx
- name: Tests - name: Tests
command: cargo test command: cargo test
- name: Clippy Checks - name: Clippy Checks