Changes to integrate rate-limit headers for Commands left
component UI
#54
Annotations
2 errors and 10 warnings
Build
@dicedb/playground-web#build: command (/home/runner/work/alloy/alloy/apps/playground-web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
Build
Process completed with exit code 1.
|
Lint:
apps/console-electron/app/page.tsx#L10
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/playground-web/components/Playground/TerminalUI.tsx#L4
'useTimer' is defined but never used
|
Lint:
apps/playground-web/components/Playground/__tests__/Playground.test.tsx#L32
'terminalContainerElement' is assigned a value but never used
|
Lint:
apps/playground-web/shared/utils/cliUtils.ts#L13
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L8
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L10
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L11
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L14
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L20
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/shellUtils.ts#L13
Unexpected any. Specify a different type
|
Loading