-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Awesome Project but when I bun run build this
445 packages installed [1270.00ms]
root@ssa:~/hanami-manga/frontend# bun run build
$ next build
▲ Next.js 14.2.11
- Environments: .env
Creating an optimized production build ...
✓ Compiled successfully
Linting and checking validity of types .. ⨯ ESLint: Invalid Options: - Unknown options: useEslintrc, extensions - 'extensions' has been removed.
Linting and checking validity of types .Failed to compile.
src/app/api/user/details/route.ts
Type error: Route "src/app/api/user/details/route.ts" has an invalid "GET" export:
Type "{ params: { id: string; }; }" is not a valid type for the function's first argument.
Expected "NextRequest | Request", got "{ params: { id: string; }; }".
Linting and checking validity of types ..error: script "build" exited with code 1