add: movie input, refactor things, and fix vscode config

This commit is contained in:
2025-05-03 22:28:19 -07:00
parent 88b0d26b36
commit a68ffc4bb7
8 changed files with 119 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ leptos_axum = { version = "0.7.0", optional = true }
leptos_meta = { version = "0.7.0" }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
wasm-bindgen = { version = "=0.2.100", optional = true }
serde = { version = "1.0.219", features = ["derive"] }
[features]
hydrate = [