Fix Vercel deployment: add serverless compatibility and API routes

This commit is contained in:
2025-08-21 12:43:53 +09:00
parent 6f68196127
commit 9b9eb7f321
3 changed files with 29 additions and 20 deletions

4
api/index.js Normal file
View File

@@ -0,0 +1,4 @@
const app = require('../server');
// Vercel 서버리스 함수로 export
module.exports = app;