landvex: Fixar och tester klara för alla komponenter
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* because babel can only export on default-attribute,
|
||||
* we use this for the non-module-build
|
||||
* this ensures that users do not have to use
|
||||
* var BroadcastChannel = require('broadcast-channel').default;
|
||||
* but
|
||||
* var BroadcastChannel = require('broadcast-channel');
|
||||
*/
|
||||
import { BroadcastChannel, createLeaderElection, clearNodeFolder, enforceOptions, beLeader } from './index.js';
|
||||
module.exports = {
|
||||
BroadcastChannel: BroadcastChannel,
|
||||
createLeaderElection: createLeaderElection,
|
||||
clearNodeFolder: clearNodeFolder,
|
||||
enforceOptions: enforceOptions,
|
||||
beLeader: beLeader
|
||||
};
|
||||
Reference in New Issue
Block a user