mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
ci: mark browser redactor as UI entry
This commit is contained in:
parent
a3c6164a8d
commit
d1c4c3344e
1 changed files with 7 additions and 1 deletions
|
|
@ -158,7 +158,13 @@ const config = {
|
|||
],
|
||||
},
|
||||
ui: {
|
||||
entry: ["index.html!", "src/main.ts!", "vite.config.ts!", "vitest*.ts!"],
|
||||
entry: [
|
||||
"index.html!",
|
||||
"src/main.ts!",
|
||||
"src/ui/browser-redact.ts!",
|
||||
"vite.config.ts!",
|
||||
"vitest*.ts!",
|
||||
],
|
||||
project: ["src/**/*.{ts,tsx}!"],
|
||||
},
|
||||
"packages/sdk": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue