7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
// Minimal plugin set for lightweight client startup
|
|
import * as path from 'node:path';
|
|
import * as smartipc from '@push.rocks/smartipc';
|
|
|
|
export { path, smartipc };
|
|
|