mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
5 lines
No EOL
132 B
TypeScript
5 lines
No EOL
132 B
TypeScript
import { createOpenAPI } from 'fumadocs-openapi/server';
|
|
|
|
export const openapi = createOpenAPI({
|
|
input: ["./lib/openapi.yml"],
|
|
}); |