Setup initial project
This commit is contained in:
commit
db79af06f7
119 changed files with 20761 additions and 0 deletions
6
packages/web/src/proxy.ts
Normal file
6
packages/web/src/proxy.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export { auth as proxy } from '@/lib/auth';
|
||||
|
||||
export const config = {
|
||||
// Protect all routes except auth callbacks, the login page, and Next.js internals.
|
||||
matcher: ['/((?!api/auth|login|_next/static|_next/image|favicon.ico).*)'],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue