Skip to content

Commit b4ed6fd

Browse files
vercel deployment environment
1 parent 6f1ec15 commit b4ed6fd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#### Added
44

55
- RabbitMQ Pub Sub functionality (beta version: 0.3.0)
6+
- Vercel JSON for vercel deployment
67

78
#### Contributors to this release
89

vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"outputDirectory": "dist",
3+
"redirects": [
4+
{
5+
"source": "/",
6+
"destination": "https://github.com/mdmuhtasimfuadfahim/rmq-pub-sub"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)