0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Merge pull request #248 from boris-lok/gitpod

🛠️ Use the correct command to run the app in `GitPod`
This commit is contained in:
alamin655 2023-09-20 18:54:45 +05:30 committed by GitHub
commit daa6fd9515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

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

2
Cargo.lock generated
View File

@ -3905,7 +3905,7 @@ dependencies = [
[[package]] [[package]]
name = "websurfx" name = "websurfx"
version = "0.21.1" version = "0.21.3"
dependencies = [ dependencies = [
"actix-cors", "actix-cors",
"actix-files", "actix-files",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "websurfx" name = "websurfx"
version = "0.21.1" version = "0.21.3"
edition = "2021" edition = "2021"
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." 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."
repository = "https://github.com/neon-mmd/websurfx" repository = "https://github.com/neon-mmd/websurfx"