cli/ts/mod_start/mod.plugins.ts
2024-06-21 19:48:43 +02:00

7 lines
129 B
TypeScript

export * from '../plugins.js';
// pushrocks scope
import * as smartshell from '@push.rocks/smartshell';
export { smartshell };