refactor(apps): move all apps into apps directory

This commit is contained in:
Neko Ayaka
2025-02-20 13:14:23 +08:00
parent 2a3e290334
commit 03d74df7e8
147 changed files with 319 additions and 703 deletions
+3 -1
View File
@@ -48,7 +48,9 @@ jobs:
run: pnpm run packages:stub
- name: Build
run: pnpm run packages:build
run: |
pnpm run packages:build
pnpm run apps:build
typecheck:
name: Type Check