add yargs bun and pm2

This commit is contained in:
2025-06-17 15:58:22 +08:00
parent 1ca32341fa
commit 2190ea3066
16 changed files with 1524 additions and 249 deletions
+5
View File
@@ -0,0 +1,5 @@
import { createApp } from '@/modules/core/helpers/app';
import { buildCli } from '@/modules/core/helpers/command';
import { createOptions } from '@/options';
buildCli(createApp(createOptions));