Commit Graph

8 Commits

Author SHA1 Message Date
c6ec1c3720 Add simple test page for 404 debugging
- Create simple.html as fallback test page
- Set root route to simple.html for immediate access
- Include API test functionality in the page
- Verify basic Vercel deployment works
2025-08-21 13:35:38 +09:00
08894eeb66 Fix serverless functions: simplify API structure
- Replace complex Express-style handler with simple module.exports
- Add separate API endpoints for better organization
- Simplify vercel.json routing configuration
- Remove ES modules to use CommonJS for Vercel compatibility
- Add dedicated test API endpoint for debugging
2025-08-21 13:32:53 +09:00
ec5da4db32 Fix Vercel serverless deployment: optimize for fast loading
- Convert Express app to Vercel serverless function
- Add missing /api/files/public endpoint
- Optimize static file routing with proper caching
- Remove unnecessary dependencies for faster cold starts
- Add comprehensive debugging and error handling
- Improve API response times and user experience
2025-08-21 13:25:57 +09:00
ce29d6bc3b Fix Vercel routing: separate API and static file routes 2025-08-21 13:11:42 +09:00
43d0802442 Fix Vercel deployment issues: add CORS fix, session config, and simple API version 2025-08-21 13:06:35 +09:00
9b9eb7f321 Fix Vercel deployment: add serverless compatibility and API routes 2025-08-21 12:43:53 +09:00
6f68196127 Fix Vercel config: remove functions property to resolve build conflict 2025-08-21 12:31:39 +09:00
67f944a318 Add GitHub Actions deployment workflows and cloud platform configs 2025-08-21 11:26:03 +09:00