Skip to content

Commit

Permalink
chore: remove jsx renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed May 13, 2024
1 parent 5bd4022 commit 0603d25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
5 changes: 0 additions & 5 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
import galaxy from '@scalar/galaxy/latest.yaml?raw'
// @ts-ignore
import { createMockServer } from '@scalar/mock-server'

import { renderer } from './renderer'

// Create the mocked routes
const app = await createMockServer({
specification: galaxy,
})

app.use(renderer)

export default app
16 changes: 0 additions & 16 deletions src/renderer.tsx

This file was deleted.

0 comments on commit 0603d25

Please sign in to comment.