feat: serve studio from engram-server — browser is the runtime, no Electron

This commit is contained in:
Will Anderson
2026-04-27 17:30:20 -05:00
parent 6601761cd9
commit 69410a6908
2 changed files with 49 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@ axum = { version = "0.7", features = ["json"] }
tokio = { version = "1", features = ["full"] }
tower = "0.4"
tower-http = { version = "0.5", features = ["cors", "fs"] }
rust-embed = { version = "8", features = ["axum"] }
mime_guess = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4", "serde"] }