configure Netlify dev for monorepo with --filter flag
Fixed Netlify CLI monorepo detection issue by using --filter flag:
- Updated root package.json scripts to use 'npx netlify-cli dev --filter @atlast/web'
- Updated netlify.toml [dev] section to use npm with --prefix for framework command
- Added monorepo development instructions to CLAUDE.md
- Documented Windows Git Bash compatibility issue with netlify command
Solution: Use 'npx netlify-cli dev --filter @atlast/web' to bypass monorepo
project selection prompt and specify which workspace package to run.
Dev server now runs successfully at http://localhost:8888 with all backend
functions loaded.