chore: enable ai feature in dev (#6618)

This commit is contained in:
darkskygit
2024-04-19 08:12:52 +00:00
parent 6d5dbbd7f4
commit 97669acb40
5 changed files with 35 additions and 22 deletions

View File

@@ -88,6 +88,7 @@ export class AuthService implements OnApplicationBootstrap {
});
}
await this.quota.switchUserQuota(devUser.id, QuotaType.ProPlanV1);
await this.feature.addCopilot(devUser.id);
} catch (e) {
// ignore
}