Files
to-my-gitea/src/cli.ts
xiongxiao 819cbcebac init
2026-03-18 00:49:20 +08:00

4 lines
99 B
TypeScript

import { parse } from '@kevisual/router/commander'
import { app } from './index.ts'
parse({ app })