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.
/auth
auth.ts
1 parent deb62f1 commit 53a742dCopy full SHA for 53a742d
packages/cli/src/utils/get-config.ts
@@ -24,7 +24,9 @@ let possiblePaths = [
24
possiblePaths = [
25
...possiblePaths,
26
...possiblePaths.map((it) => `lib/server/${it}`),
27
+ ...possiblePaths.map((it) => `server/auth/${it}`),
28
...possiblePaths.map((it) => `server/${it}`),
29
+ ...possiblePaths.map((it) => `auth/${it}`),
30
...possiblePaths.map((it) => `lib/${it}`),
31
...possiblePaths.map((it) => `utils/${it}`),
32
];
0 commit comments