Fix missing export
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Server-side re-export of the shared model config.
|
// Server-side re-export of the shared model config.
|
||||||
// Keeps the single source of truth in src/models.js (where Vite can reach it)
|
// Keeps the single source of truth in src/models.js (where Vite can reach it)
|
||||||
// while giving Node a root-level import path.
|
// 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';
|
||||||
|
|||||||
Reference in New Issue
Block a user