mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(ci): route qa-lab web imports through package barrels
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "./src/model-selection.js";
|
||||
@@ -1,4 +1,4 @@
|
||||
import { defaultQaModelForMode, isQaFastModeEnabled } from "../../src/model-selection.js";
|
||||
import { defaultQaModelForMode, isQaFastModeEnabled } from "../../model-selection.js";
|
||||
import { formatErrorMessage } from "./errors.js";
|
||||
import {
|
||||
type Bootstrap,
|
||||
|
||||
Reference in New Issue
Block a user