fix(core): update
This commit is contained in:
10
ts/index.ts
10
ts/index.ts
@@ -1,6 +1,6 @@
|
||||
import * as plugins from './smartssh.plugins';
|
||||
import * as plugins from './smartssh.plugins.js';
|
||||
|
||||
export { SshInstance } from './smartssh.classes.sshinstance';
|
||||
export { SshKey } from './smartssh.classes.sshkey';
|
||||
export { SshDir } from './smartssh.classes.sshdir';
|
||||
export { SshConfig } from './smartssh.classes.sshconfig';
|
||||
export { SshInstance } from './smartssh.classes.sshinstance.js';
|
||||
export { SshKey } from './smartssh.classes.sshkey.js';
|
||||
export { SshDir } from './smartssh.classes.sshdir.js';
|
||||
export { SshConfig } from './smartssh.classes.sshconfig.js';
|
||||
|
||||
Reference in New Issue
Block a user