BREAKING CHANGE(tools): replace install functionality with a minimal placeholder CLI; remove installer, logging, path utilities, and related assets

This commit is contained in:
2026-02-03 17:12:26 +00:00
parent 450b3ba379
commit ab714377ba
17 changed files with 166 additions and 323 deletions

View File

@@ -1,11 +1,4 @@
// node native
import * as path from 'path';
import * as fs from 'fs';
// push.rocks scope
import * as smartlog from '@push.rocks/smartlog';
import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local';
import * as smartcli from '@push.rocks/smartcli';
import * as smartshell from '@push.rocks/smartshell';
export { smartlog, smartlogDestinationLocal, path, fs, smartcli, smartshell };
export { smartcli };