···33 GITLAB_HOSTS,
44 type ProviderId,
55 type RepoRef,
66-} from '#shared/utils/git-providers.js'
66+} from '#shared/utils/git-providers'
7788export type RepoMetaLinks = {
99 repo: string
+1-1
server/utils/readme.ts
···11import { marked, type Tokens } from 'marked'
22import sanitizeHtml from 'sanitize-html'
33import { hasProtocol } from 'ufo'
44-import type { ReadmeResponse } from '#shared/types/readme.js'
44+import type { ReadmeResponse } from '#shared/types/readme'
55import { convertBlobToRawUrl, type RepositoryInfo } from '#shared/utils/git-providers'
6677/**