We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3793e commit 174805bCopy full SHA for 174805b
server/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "bit-assignment",
3
"version": "1.0.0",
4
- "description": "client - frontend folder\r all other files are for backend.",
+ "description": "",
5
"main": "app.js",
6
"type": "module",
7
"scripts": {
server/vercel.json
@@ -1,5 +1,5 @@
- "rewrites": [
+ "redirects": [
{"source": "/(.*)", "destination": "/"}
]
}
0 commit comments