Files
net/frontend/.dockerignore
cawcenter ac1b2cb127 fix: Critical deployment and TypeScript fixes
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!
2025-12-13 19:23:27 -05:00

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