Skip to content

Build Logs
1m 43s

./src/pages/tools/index.page.tsx
19:11 Error: An empty interface declaration allows any non-nullish value, including literals like `0` and `""`.
- If that's what you want, disable this lint rule with an inline comment or configure the 'allowInterfaces' rule option.
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead. @typescript-eslint/no-empty-object-type
./src/server/api/trpc.ts
32:33 Warning: '_opts' is defined but never used. @typescript-eslint/no-unused-vars
42:35 Warning: '_opts' is defined but never used. @typescript-eslint/no-unused-vars
./src/utils/i18n.ts
3:79 Warning: 'ns' is defined but never used. @typescript-eslint/no-unused-vars
./src/utils/node.ts
18:12 Warning: 'err' is defined but never used. @typescript-eslint/no-unused-vars
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
Error: Command "yarn run build" exited with 1