Skip to content

Commit

Permalink
add vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafei-Erin committed May 3, 2024
1 parent cc5508e commit 0771023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.env
.env
dist
1 change: 1 addition & 0 deletions backend/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "version": 2, "rewrites": [{ "source": "/(.*)", "destination": "/src" }] }

0 comments on commit 0771023

Please sign in to comment.