cli/ts/mod_template/mod.plugins.ts

8 lines
245 B
TypeScript
Raw Permalink Normal View History

2024-06-21 17:48:43 +00:00
export * from '../plugins.js';
import * as smartfile from '@push.rocks/smartfile';
import * as smartinteract from '@push.rocks/smartinteract';
import * as smartscaf from '@push.rocks/smartscaf';
export { smartfile, smartinteract, smartscaf };