Spaces:
Runtime error
Runtime error
Merge pull request #248 from boris-lok/gitpod
Browse files🛠️ Use the correct command to run the app in `GitPod`
- .gitpod.yml +1 -1
- Cargo.lock +1 -1
- Cargo.toml +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/
|
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
|
Cargo.lock
CHANGED
@@ -3905,7 +3905,7 @@ dependencies = [
|
|
3905 |
|
3906 |
[[package]]
|
3907 |
name = "websurfx"
|
3908 |
-
version = "0.21.
|
3909 |
dependencies = [
|
3910 |
"actix-cors",
|
3911 |
"actix-files",
|
|
|
3905 |
|
3906 |
[[package]]
|
3907 |
name = "websurfx"
|
3908 |
+
version = "0.21.3"
|
3909 |
dependencies = [
|
3910 |
"actix-cors",
|
3911 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.21.
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "0.21.3"
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|