mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-07-26 22:36:17 +00:00
29232afadc
ci: set up github actions
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import { createOpenAPI } from 'fumadocs-openapi/server';
|
|
|
|
export const openapi = createOpenAPI({
|
|
input: ['https://staging.open-isle.com/api/v3/api-docs'],
|
|
});
|