[RFC] feat: convert to monorepo, move starter kit into apps/web, add tooling packages #118
Annotations
10 errors
|
apps/web/.storybook/main.ts#L24
'process.env' is restricted from being used. Use `import { env } from '~/env'` instead to ensure validated types
|
|
apps/web/.storybook/preview.tsx#L164
Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`
|
|
apps/web/prisma/seed.ts#L19
Promise returned in function argument where a void return was expected
|
|
apps/web/src/components/AppNavbar.tsx#L45
Unnecessary optional chain on a non-nullish value
|
|
apps/web/src/components/AppNavbar.tsx#L46
Unnecessary optional chain on a non-nullish value
|
|
apps/web/src/components/AppProviders/FeatureProvider.tsx#L6
Use an `interface` instead of a `type`
|
|
apps/web/src/constants/params.ts#L1
This assertion is unnecessary since it does not change the type of the expression
|
|
apps/web/src/features/auth/LoginStateContext.tsx#L7
Use an `interface` instead of a `type`
|
|
apps/web/src/features/landing/components/AppPublicHeader.tsx#L14
Use an `interface` instead of a `type`
|
|
apps/web/src/features/me/api/useMe.ts#L16
Promise-returning function provided to property where a void return was expected
|
The logs for this run have expired and are no longer available.
Loading