feat: add comfy server examples #142
Annotations
3 errors and 11 warnings
Lint:
apps/demo-nextjs-page-router/pages/new_file.tsx#L79
'newWorkflow' is never reassigned. Use 'const' instead
|
Lint:
apps/demo-nextjs-page-router/pages/workflow.tsx#L84
'newWorkflow' is never reassigned. Use 'const' instead
|
Lint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
apps/demo-nextjs-page-router/pages/index.tsx#L23
Unexpected any. Specify a different type
|
Lint:
apps/demo-nextjs-page-router/pages/index.tsx#L94
Unexpected any. Specify a different type
|
Lint:
apps/demo-nextjs-page-router/pages/new_file.tsx#L4
'result' is assigned a value but never used
|
Lint:
apps/demo-nextjs-page-router/pages/new_file.tsx#L78
Unexpected any. Specify a different type
|
Lint:
apps/demo-nextjs-page-router/pages/workflow.tsx#L83
Unexpected any. Specify a different type
|
Lint:
apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx#L24
Unexpected any. Specify a different type
|
Lint:
apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx#L30
Unexpected any. Specify a different type
|
Lint:
apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx#L105
Unexpected any. Specify a different type
|
Lint:
apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx#L126
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
apps/demo-nextjs-app-router/app/comfy/image_to_image/workflow.tsx#L94
Unexpected any. Specify a different type
|
Loading