chore: move /agent to /apps/agent

This commit is contained in:
Acbox
2026-03-06 17:32:12 +08:00
parent 4109a141f9
commit 47a425baf5
23 changed files with 59 additions and 72 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
"skipDefaultLibCheck": true,
"skipLibCheck": true,
},
"include": ["packages/**/*.ts", "packages/**/*/src/*", "packages/**/*/src/**/*"],
"include": ["packages/**/*.ts", "packages/**/*/src/*", "packages/**/*/src/**/*", "apps/**/*.ts", "apps/**/*/src/*", "apps/**/*/src/**/*"],
"exclude": ["node_modules", "dist"]
}