feat: fixup "add a DEBUG page to the UI with a database usage example"

This commit is contained in:
2024-09-24 15:46:53 +02:00
parent 777b7f2425
commit 90e79c1fa4
8 changed files with 69 additions and 4 deletions

View File

@ -15,4 +15,5 @@ anyhow = "1.0"
dotenv = "0.15"
sea-orm-cli = "1.0.1"
sea-orm = "1.0.1"
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0"