Skip to content

Commit 174805b

Browse files
committed
commit
1 parent 4c3793e commit 174805b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bit-assignment",
33
"version": "1.0.0",
4-
"description": "client - frontend folder\r all other files are for backend.",
4+
"description": "",
55
"main": "app.js",
66
"type": "module",
77
"scripts": {

server/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"rewrites": [
2+
"redirects": [
33
{"source": "/(.*)", "destination": "/"}
44
]
55
}

0 commit comments

Comments
 (0)