cli/ts/mod_start/mod.plugins.ts

7 lines
129 B
TypeScript
Raw Normal View History

2024-06-21 17:48:43 +00:00
export * from '../plugins.js';
// pushrocks scope
import * as smartshell from '@push.rocks/smartshell';
export { smartshell };