chore: better UMD local dev serving

This commit is contained in:
Simon
2025-12-16 02:22:52 +08:00
parent c2e9e6a571
commit 3742f75d14
5 changed files with 138 additions and 21 deletions

View File

@@ -22,17 +22,6 @@ npm run build # Build all packages
npm run lint # ESLint with TypeScript strict rules
```
### Package-specific Commands
```bash
# Core library
npm run build --workspace=page-agent
# Website
npm run dev --workspace=@page-agent/website
npm run build --workspace=@page-agent/website
```
## Architecture & Critical Patterns
### Monorepo Structure