mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-01 01:21:04 +08:00
fix: 后端代码格式化
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { generateFiles } from 'fumadocs-openapi';
|
||||
import { openapi } from '@/lib/openapi';
|
||||
import { generateFiles } from "fumadocs-openapi";
|
||||
import { openapi } from "@/lib/openapi";
|
||||
|
||||
void generateFiles({
|
||||
input: openapi,
|
||||
output: './content/docs/openapi/(generated)',
|
||||
output: "./content/docs/openapi/(generated)",
|
||||
// we recommend to enable it
|
||||
// make sure your endpoint description doesn't break MDX syntax.
|
||||
includeDescription: true,
|
||||
|
||||
Reference in New Issue
Block a user