Add dev feature to serve static files from source

This commit is contained in:
Lennart
2025-06-13 14:57:53 +02:00
parent ab90e5129c
commit 87899738f6
5 changed files with 433 additions and 1602 deletions

View File

@@ -7,6 +7,10 @@ repository.workspace = true
license.workspace = true
publish = false
[features]
default = []
dev = ["tower-http/fs"]
[dependencies]
tower.workspace = true
http.workspace = true
@@ -34,3 +38,4 @@ axum-extra.workspace = true
headers.workspace = true
tower-sessions.workspace = true
percent-encoding.workspace = true
tower-http = { workspace = true, optional = true }