feat(core): Added retrieval class for Gitea based assets.

This commit is contained in:
2025-01-01 01:44:43 +01:00
parent 9fdbf7f154
commit 6a8c860c79
8 changed files with 4383 additions and 3176 deletions

View File

@@ -9,6 +9,7 @@ import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartnpm from '@push.rocks/smartnpm';
import * as smartpath from '@push.rocks/smartpath';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartshell from '@push.rocks/smartshell';
export { smartfile, smartcli, smartdelay, smartlog, smartnpm, smartpath, smartshell };
export { smartfile, smartcli, smartdelay, smartlog, smartnpm, smartpath, smartrequest, smartshell };