Skip to content

Commit 53a742d

Browse files
ping-maxwellBekacru
authored andcommitted
feat(cli): check /auth for auth.ts (#6273)
1 parent deb62f1 commit 53a742d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/src/utils/get-config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ let possiblePaths = [
2424
possiblePaths = [
2525
...possiblePaths,
2626
...possiblePaths.map((it) => `lib/server/${it}`),
27+
...possiblePaths.map((it) => `server/auth/${it}`),
2728
...possiblePaths.map((it) => `server/${it}`),
29+
...possiblePaths.map((it) => `auth/${it}`),
2830
...possiblePaths.map((it) => `lib/${it}`),
2931
...possiblePaths.map((it) => `utils/${it}`),
3032
];

0 commit comments

Comments
 (0)