- Remove undefined variable reference (run.conversation) in header - Extract ExpandedRunDetails component to reduce JSX nesting - Fix vitest configs: rename to .mjs and add ESM-compatible __dirname - Inline tailwind base config to avoid module resolution issues - Remove unused imports (Streamdown, viewMode state) This fixes the Turbopack parsing error that was preventing the build.
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|