fix: public fastapi url #26
Annotations
7 errors and 3 warnings
lint
@wellchart/nextjs#lint: command (/home/runner/work/wellchart-new/wellchart-new/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint
Process completed with exit code 1.
|
typecheck
@wellchart/nextjs#typecheck: command (/home/runner/work/wellchart-new/wellchart-new/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Property 'FASTAPI_URL' does not exist on type 'Readonly<{ POSTGRES_URL: string; NEXT_PUBLIC_ROOT_DOMAIN: string; NEXT_PUBLIC_SITE_URL: string; NEXT_PUBLIC_SUPABASE_URL: string; NEXT_PUBLIC_SUPABASE_ANON_KEY: string; NEXT_PUBLIC_FASTAPI_URL: string; ... 17 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
typecheck
Import declaration conflicts with local declaration of 'Report'.
|
typecheck
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
typecheck
Process completed with exit code 2.
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|