Files
corebuild/ts/plugins.ts
T

5 lines
133 B
TypeScript
Raw Normal View History

2026-05-07 17:44:31 +00:00
import * as smartbucket from '@push.rocks/smartbucket';
2026-05-07 20:33:14 +00:00
import * as awsS3 from '@aws-sdk/client-s3';
2026-05-07 17:44:31 +00:00
2026-05-07 20:33:14 +00:00
export { smartbucket, awsS3 };