Deployment Fixes: - Added frontend/.dockerignore to prevent copying node_modules - Docker context already correct (./frontend) - Prevents OOM errors during build TypeScript Fixes: - Added getPost() method to WordPressClient - Fixed URL.origin access in send-to-factory API - Added @ts-ignore for Directus type issues - Fixed all 6 TypeScript errors Documentation Cleanup: - Moved 10 obsolete .md files to docs/archive/ - Keeps historical records without cluttering root Files Archived: - FIX_INTELLIGENCE_COLLECTIONS.md - MANUAL_FIX_INTELLIGENCE.md - CORRECT_DATA_STRUCTURES.md - FIX_YOUR_DEPLOYMENT.md - DIRECTUS_SETUP_NEEDED.md - DIAGNOSTIC_REPORT.md - COMPLETE_IMPLEMENTATION_SUMMARY.md - FRONTEND_UPGRADE_COMPLETE.md - TROUBLESHOOTING.md - JUMPSTART_SETUP.md Ready for deployment!
23 lines
165 B
Plaintext
23 lines
165 B
Plaintext
node_modules
|
|
.git
|
|
.env
|
|
.env.local
|
|
dist
|
|
.astro
|
|
*.log
|
|
npm-debug.log*
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
coverage
|
|
.nyc_output
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.cache
|
|
build
|
|
.next
|
|
out
|
|
.vercel
|
|
.turbo
|