Files
gridpilot.gg/apps/website/build_output.txt
2026-01-19 12:35:16 +01:00

31 lines
1.2 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
> @gridpilot/website@0.1.0 build
> next build
▲ Next.js 15.5.9
- Environments: .env.local
Creating an optimized production build ...
✓ Compiled successfully in 3.7s
Skipping linting
Checking validity of types ...
Failed to compile.
./hooks/league/useCreateLeague.ts:7:17
Type error: Return type of exported function has or is using name 'CreateLeagueInput' from external module "/Users/marcmintel/Projects/gridpilot/apps/website/hooks/league/useCreateLeagueWithBlockers" but cannot be named.
  5 |  * This wrapper maintains backward compatibility while using the new blocker-aware hook
 6 |  */
> 7 | export function useCreateLeague() {
 | ^
 8 | return useCreateLeagueWithBlockers();
 9 | }
Next.js build worker exited with code: 1 and signal: null
npm error Lifecycle script `build` failed with error:
npm error code 1
npm error path /Users/marcmintel/Projects/gridpilot/apps/website
npm error workspace @gridpilot/website@0.1.0
npm error location /Users/marcmintel/Projects/gridpilot/apps/website
npm error command failed
npm error command sh -c next build