vault-link/sync-server
dependabot[bot] a3621b6d90
Bump serde_with from 3.12.0 to 3.15.0 in /sync-server (#133)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-18 21:32:16 +01:00
..
src Fix remote cursor duplication 2025-10-18 21:30:45 +01:00
.dockerignore Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
.env Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
build.rs Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
Cargo.lock Bump serde_with from 3.12.0 to 3.15.0 in /sync-server (#133) 2025-10-18 21:32:16 +01:00
Cargo.toml Bump serde_with from 3.12.0 to 3.15.0 in /sync-server (#133) 2025-10-18 21:32:16 +01:00
config-e2e.yml Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
Dockerfile Bump rust from 1.89-slim-trixie to 1.90-slim-trixie in /sync-server (#126) 2025-10-18 21:32:05 +01:00
README.md Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
rust-toolchain.toml Build server for multiple arch (#106) 2025-08-30 21:50:34 +01:00

Sync server

Creating/resetting the Database for development

sqlx database create --database-url sqlite://db.sqlite3
sqlx migrate run --source src/app_state/database/migrations --database-url sqlite://db.sqlite3
cargo sqlx prepare --workspace