Skip to content

Commit c8eaef7

Browse files
committed
feat:vercel config
1 parent 8ab770a commit c8eaef7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Backend/api/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import app from '../index';
2+
3+
export default app;

Backend/public/.gitkeep

Whitespace-only changes.

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "version": 2, "rewrites": [{ "source": "/(.*)", "destination": "/Backend" }] }
1+
{ "version": 2, "rewrites": [{ "source": "/(.*)", "destination": "/Backend/api" }] }

0 commit comments

Comments
 (0)