mirror of
https://github.com/logto-io/logto.git
synced 2025-04-07 23:01:25 -05:00
fix: connector loading path not found error (#2529)
This commit is contained in:
parent
b024f68cb9
commit
896a8d2eff
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export const loadConnectorFactories = async () => {
|
|||
metadata: rawConnector.metadata,
|
||||
type: rawConnector.type,
|
||||
createConnector,
|
||||
path: packagePath + '/lib/index.js',
|
||||
path: packagePath,
|
||||
};
|
||||
} catch (error: unknown) {
|
||||
if (error instanceof Error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue