You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
At the moment, all upload providers are loaded synchronously with
require()
:rctf/server/uploads/index.ts
Lines 11 to 13 in 163e25b
We should use
import()
instead, such as in email providers:rctf/server/email/index.ts
Line 20 in 163e25b
The text was updated successfully, but these errors were encountered: