fix: don't try building web by default

This commit is contained in:
əlemi 2025-01-24 01:05:11 +01:00
parent 0c12b2b815
commit afec0dcce6
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ serve = ["dep:upub-routes"]
migrate = ["dep:upub-migrations"]
cli = ["dep:upub-cli"]
worker = ["dep:upub-worker"]
web = []
web = ["upub-routes?/web"]
web-build-fe = []
# upub: ~38M

View file

@ -40,7 +40,7 @@ leptos_axum = { version = "0.7", optional = true }
leptos_meta = { version = "0.7", optional = true }
[features]
default = ["activitypub", "web"]
default = ["activitypub"]
activitypub = []
mastodon = ["dep:mastodon-async-entities"]
web = [