Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-update-research-guide' into…
Browse files Browse the repository at this point in the history
… research-guide-frontend
  • Loading branch information
barbarah committed Dec 5, 2024
2 parents 0c1742e + 8a0ba64 commit ae911ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/api/src/research-guides/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {
ResearchGuideFetcher,
} from './fetcher';

// Re-export definitions for ease of use in consuming apps
export * from './definitions';

const constructorOptionsSchema = z.object({
sparqlEndpointUrl: z.string(),
});
Expand Down

0 comments on commit ae911ae

Please sign in to comment.