feat(plugins): isolate device integrations
This commit is contained in:
@@ -24,13 +24,13 @@ before(async () => {
|
||||
"/src/core/device-plugins/registry.ts",
|
||||
));
|
||||
({ xgridsK1Manifest, xgridsK1Actions } = await server.ssrLoadModule(
|
||||
"/src/device-plugins/xgrids-k1/manifest.ts",
|
||||
"@xgrids-k1/frontend/manifest.ts",
|
||||
));
|
||||
lifecycle = await server.ssrLoadModule(
|
||||
"/src/device-plugins/xgrids-k1/lifecycle.ts",
|
||||
"@xgrids-k1/frontend/lifecycle.ts",
|
||||
);
|
||||
({ xgridsK1Api } = await server.ssrLoadModule(
|
||||
"/src/device-plugins/xgrids-k1/api.ts",
|
||||
"@xgrids-k1/frontend/api.ts",
|
||||
));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user