fix: don't try building web by default
This commit is contained in:
parent
0c12b2b815
commit
afec0dcce6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue