The typechecking (`pnpm typecheck`) in app/docs is raising errors due to the out off project import ``` import { configDefinition } from '../../papra-server/src/modules/config/config'; ``` in `apps/docs/src/config.data.ts`
The typechecking (
pnpm typecheck) in app/docs is raising errors due to the out off project importin
apps/docs/src/config.data.ts