This commit is contained in:
2025-05-05 00:01:36 +08:00
parent d6014b3c40
commit a412c09da0
20 changed files with 2911 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
import { xhsServices } from '../index.ts';
import { xhsServices, app } from '../index.ts';
import { program } from 'commander';
export { program, xhsServices };
export { program, xhsServices, app };