We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fa99e commit a7e1f7aCopy full SHA for a7e1f7a
zerva-openapi/src/module.ts
@@ -1,13 +1,8 @@
1
import { on, register } from '@zerva/core'
2
import { Logger } from 'zeed'
3
-// @ts-expect-error we just need them raw
4
import indexCss from './static/index.css.txt'
5
-
6
7
import swaggerUiCss from './static/swagger-ui.css.txt'
8
9
import swaggerUiBundle from './static/swagger-ui-bundle.js.txt'
10
11
import swaggerUiPreset from './static/swagger-ui-standalone-preset.js.txt'
12
import '@zerva/http'
13
0 commit comments