fix: monorepo build order

This commit is contained in:
Simon
2025-12-05 17:02:30 +08:00
parent 683602bb6b
commit 20f33ac478
5 changed files with 58 additions and 16 deletions

View File

@@ -4,7 +4,9 @@
"version": "0.0.6",
"type": "module",
"workspaces": [
"packages/*"
"packages/page-controller",
"packages/page-agent",
"packages/website"
],
"description": "AI-powered UI agent for web applications",
"author": "Simon<gaomeng1900>",