mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
learn: update to use proxy (#1120)
* learn: update to use proxy * learn: prettier fix to tsconfig
This commit is contained in:
640
dashboard/final-example/pnpm-lock.yaml
generated
640
dashboard/final-example/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -6,5 +6,4 @@ export default NextAuth(authConfig).auth;
|
||||
export const config = {
|
||||
// https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher
|
||||
matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'],
|
||||
runtime: 'nodejs',
|
||||
};
|
||||
@@ -11,7 +11,7 @@
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"jsx": "react-jsx",
|
||||
"incremental": true,
|
||||
"plugins": [
|
||||
{
|
||||
@@ -29,7 +29,8 @@
|
||||
"**/*.tsx",
|
||||
".next/types/**/*.ts",
|
||||
"app/lib/placeholder-data.ts",
|
||||
"scripts/seed.js"
|
||||
"scripts/seed.js",
|
||||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user