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:
+24
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* 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,
|
||||
createLeaderElection,
|
||||
clearNodeFolder,
|
||||
enforceOptions,
|
||||
beLeader
|
||||
};
|
||||
Reference in New Issue
Block a user