feat(ci): Migrate CI/CD workflow from GitLab CI to Gitea CI

This commit is contained in:
2024-10-26 14:14:41 +02:00
parent c931a0459a
commit 1a1ceba76d
15 changed files with 3497 additions and 19083 deletions

16
ts/plugins.ts Normal file
View File

@@ -0,0 +1,16 @@
// node native
import * as path from 'path';
export { path };
// pushrocks scope
import * as smartbucket from '@push.rocks/smartbucket';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
export { smartbucket, smartfile, smartpath };
// thirdparty scope
import s3rver from 's3rver';
export { s3rver };