Fix missing export

This commit is contained in:
2026-04-23 13:44:16 -05:00
parent 8a2074914c
commit ae58c40554

View File

@@ -1,4 +1,4 @@
// Server-side re-export of the shared model config.
// Keeps the single source of truth in src/models.js (where Vite can reach it)
// while giving Node a root-level import path.
export { MODELS, DEFAULT_MODEL_ID, findModel } from './src/models.js';
export { MODELS, DEFAULT_MODEL_ID, findModel, normalizeModelId } from './src/models.js';