Skip to content

Commit

Permalink
wip: progress on #211
Browse files Browse the repository at this point in the history
  • Loading branch information
edobrb committed Dec 28, 2023
1 parent 3e1dfa1 commit a61853f
Show file tree
Hide file tree
Showing 7 changed files with 1,619 additions and 180 deletions.
1 change: 1 addition & 0 deletions packages/direct/tests/module.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ export const api = buildApi({
exclusions: {
omitted: true,
},
options: { introspection: true },
module: m,
})
1 change: 0 additions & 1 deletion packages/direct/tests/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ test('fastify server', async () => {
async context(serverContext, metadata) {
return {}
},
options: { introspection: true },
})
const address = await server.listen({ port: 1234 })

Expand Down
694 changes: 694 additions & 0 deletions packages/model/src/s1.js

Large diffs are not rendered by default.

698 changes: 698 additions & 0 deletions packages/model/src/s2.js

Large diffs are not rendered by default.

Loading

0 comments on commit a61853f

Please sign in to comment.