mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: sort enterprise exports for Biome lint compliance
This commit is contained in:
@@ -32,4 +32,4 @@ export type S3StorageModule = typeof import("./storage-s3.js");
|
||||
export async function loadS3Storage(): Promise<S3StorageModule> {
|
||||
return import("./storage-s3.js");
|
||||
}
|
||||
export { ENTERPRISE_FEATURES, PLAN_FEATURES, type EnterpriseFeature, type LicensePayload };
|
||||
export { ENTERPRISE_FEATURES, type EnterpriseFeature, type LicensePayload, PLAN_FEATURES };
|
||||
|
||||
Reference in New Issue
Block a user