feat: add app serve

This commit is contained in:
2024-10-17 01:18:03 +08:00
parent edb0d56094
commit 5c3f454d8c
17 changed files with 1314 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
import { app, Command } from '@/app.ts';
import { program as app, Command } from '@/program.ts';
import { glob } from 'glob';
import path from 'path';
import fs from 'fs';