fix(ci): route qa-lab web imports through package barrels

This commit is contained in:
Peter Steinberger
2026-04-07 10:23:21 +01:00
parent 16877efba3
commit 524951e124
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
export * from "./src/model-selection.js";
+1 -1
View File
@@ -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,