Skip to content

Commit 70760fe

Browse files
committed
.
1 parent 05be717 commit 70760fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/[transport]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as cheerio from 'cheerio'
33
import { z } from 'zod'
44
import { headers } from 'next/headers'
55
import { libs, type SUPPORTED_LIBRARY_NAMES } from '@/app/page'
6-
import packageJson from '@/../package.json'
6+
import packageJson from '../../../../package.json' with { type: 'json' }
77

88
// Extract entries and library names as constants for efficiency
99
// Only support libraries with pmndrs.github.io in their docs_url (which have <page> tags in /llms-full.txt)

0 commit comments

Comments
 (0)