Enable embed-ui feature by default to fix UI directory not found error
All checks were successful
BotUI CI / build (push) Successful in 5m59s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 13:42:52 -03:00
parent 802219d8cd
commit 1ad929e3ff
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@ on:
env: env:
CARGO_BUILD_JOBS: 8 CARGO_BUILD_JOBS: 8
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10 CARGO_NET_RETRY: 10
jobs: jobs:

View file

@ -13,7 +13,7 @@ workspace = true
features = ["http-client"] features = ["http-client"]
[features] [features]
default = ["ui-server", "chat", "drive", "tasks", "admin"] default = ["ui-server", "embed-ui", "chat", "drive", "tasks", "admin"]
ui-server = [] ui-server = []
embed-ui = ["rust-embed"] embed-ui = ["rust-embed"]