fix: sort enterprise exports for Biome lint compliance

This commit is contained in:
SnapOtter
2026-06-13 17:07:49 +08:00
parent de7bbcc18d
commit 3b7f44e50e
+1 -1
View File
@@ -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 };