mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 15:13:46 +00:00
sync
This commit is contained in:
@@ -5,7 +5,6 @@ import type { CommandModule } from "yargs"
|
||||
|
||||
export const GenerateCommand = {
|
||||
command: "generate",
|
||||
describe: "Generate OpenAPI and event specs",
|
||||
handler: async () => {
|
||||
const specs = await Server.openapi()
|
||||
const dir = "gen"
|
||||
@@ -17,4 +16,3 @@ export const GenerateCommand = {
|
||||
)
|
||||
},
|
||||
} satisfies CommandModule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user