Enable embed-ui feature by default to fix UI directory not found error
All checks were successful
BotUI CI / build (push) Successful in 5m59s
All checks were successful
BotUI CI / build (push) Successful in 5m59s
This commit is contained in:
parent
802219d8cd
commit
1ad929e3ff
2 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ on:
|
|||
|
||||
env:
|
||||
CARGO_BUILD_JOBS: 8
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_NET_RETRY: 10
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ workspace = true
|
|||
features = ["http-client"]
|
||||
|
||||
[features]
|
||||
default = ["ui-server", "chat", "drive", "tasks", "admin"]
|
||||
default = ["ui-server", "embed-ui", "chat", "drive", "tasks", "admin"]
|
||||
ui-server = []
|
||||
embed-ui = ["rust-embed"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue