We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07fe17 commit c8781b7Copy full SHA for c8781b7
packages/shared/tsup.config.ts
@@ -56,7 +56,7 @@ export const WebWorkerMinifyPlugin: Plugin = {
56
};
57
58
const HookAliasPlugin = (): Plugin => {
59
- const useRQ = process.env.CLERK_USE_RQ === 'true';
+ const useRQ = process.env.CLERK_USE_RQ === 'true' || !process.env.CLERK_USE_RQ;
60
const rqHooks = new Set((process.env.CLERK_RQ_HOOKS ?? '').split(',').filter(Boolean));
61
const baseDir = __dirname; // packages/shared
62
0 commit comments