fix(build): migrate filesystem access to smartfs and tighten TypeScript compatibility

This commit is contained in:
2026-04-30 10:20:07 +00:00
parent a71a53092b
commit 8c6e8d9c96
14 changed files with 7298 additions and 3761 deletions
+4 -4
View File
@@ -3,11 +3,11 @@ import * as path from 'path';
export { path };
import * as smartpath from '@pushrocks/smartpath';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartfs from '@push.rocks/smartfs';
export { smartpath, smartfile, smartpromise };
export const smartFs = new smartfs.SmartFs(new smartfs.SmartFsProviderNode());
export { smartfs };
// third party
import handlebars from 'handlebars';