Skip to content

Commit ddd49d4

Browse files
Merge pull request #244 from offbeatjs/main
Enable multi-language repo search and selection
2 parents 63de405 + 218ae78 commit ddd49d4

File tree

15 files changed

+452
-113
lines changed

15 files changed

+452
-113
lines changed

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const __dirname = path.dirname(__filename);
88
/**@type {import('next').NextConfig}*/
99
const config = {
1010
reactStrictMode: true,
11+
typedRoutes: true,
1112
experimental: {
1213
viewTransition: true
1314
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"dotenv-cli": "^10.0.0",
3030
"drizzle-orm": "^0.44.6",
3131
"eslint": "^9.32.0",
32-
"eslint-config-next": "^15.4.5",
32+
"eslint-config-next": "^15.5.4",
3333
"framer-motion": "^12.23.12",
3434
"jotai": "^2.12.5",
3535
"lucide-react": "^0.536.0",
36-
"next": "^15.4.5",
36+
"next": "^15.5.4",
3737
"next-auth": "5.0.0-beta.29",
3838
"next-cloudinary": "^6.16.0",
3939
"next-seo": "^6.8.0",

pnpm-lock.yaml

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)