Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Jan 7, 2024
1 parent 0fb4fb1 commit ac6f733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/web-playground/src/demo/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ async function getProviders(): Promise<Record<string, ProviderSettings | boolean
'../../../../provider/hello-world/index.ts': false,
'../../../../provider/docs/src/provider/provider.ts': {
index: new URL(
'tmp-ocg-provider-docs/sourcegraph-docs-old-web.index.json',
// 'tmp-ocg-provider-docs/vite-docs-web.index.json',
// 'tmp-ocg-provider-docs/sourcegraph-docs-old-web.index.json',
'tmp-ocg-provider-docs/vite-docs-web.index.json',
import.meta.url
).toString(),
} satisfies import('@opencodegraph/provider-docs').Settings,
Expand Down

0 comments on commit ac6f733

Please sign in to comment.