This commit is contained in:
xiongxiao
2026-03-18 00:49:20 +08:00
committed by cnb
commit 819cbcebac
8 changed files with 88 additions and 0 deletions

4
src/cli.ts Normal file
View File

@@ -0,0 +1,4 @@
import { parse } from '@kevisual/router/commander'
import { app } from './index.ts'
parse({ app })