Complete implementation including: - Express server with Bessa API proxy - Puppeteer scraper for menu data - Flag storage (file-based persistence) - SSE manager for real-time updates - Polling orchestrator for distributed polling - Frontend with weekly view, ordering, and flagging UI - Yellow/green glow indicators for flagged items
7 lines
58 B
Plaintext
7 lines
58 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
*.log
|
|
data/*.json
|
|
!data/.gitkeep
|