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:
+19
@@ -0,0 +1,19 @@
|
||||
"use strict";
|
||||
|
||||
var _index = require("./index.js");
|
||||
|
||||
/**
|
||||
* 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');
|
||||
*/
|
||||
module.exports = {
|
||||
BroadcastChannel: _index.BroadcastChannel,
|
||||
createLeaderElection: _index.createLeaderElection,
|
||||
clearNodeFolder: _index.clearNodeFolder,
|
||||
enforceOptions: _index.enforceOptions,
|
||||
beLeader: _index.beLeader
|
||||
};
|
||||
Reference in New Issue
Block a user