2023-06-25 00:29:02 +02:00
|
|
|
// node native
|
2018-08-27 23:04:15 +02:00
|
|
|
import * as path from 'path';
|
2023-06-25 00:29:02 +02:00
|
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
|
2026-04-30 10:20:07 +00:00
|
|
|
import * as smartfs from '@push.rocks/smartfs';
|
2017-03-19 17:14:28 +01:00
|
|
|
|
2026-04-30 10:20:07 +00:00
|
|
|
export const smartFs = new smartfs.SmartFs(new smartfs.SmartFsProviderNode());
|
|
|
|
|
|
|
|
|
|
export { smartfs };
|
2023-06-25 00:29:02 +02:00
|
|
|
|
|
|
|
|
// third party
|
|
|
|
|
import handlebars from 'handlebars';
|
|
|
|
|
|
|
|
|
|
export { handlebars };
|