5 lines
250 B
JavaScript
5 lines
250 B
JavaScript
// 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';
|