Skip to content

Commit

Permalink
chore: Add vercel.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszputek committed Oct 20, 2024
1 parent f575bd5 commit f43820a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ logs
public
.env
.vscode/*
.vercel
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poker-master-tool",
"version": "2.0.2",
"version": "2.0.3",
"description": "Open-source poker hand calculator",
"main": "dist/index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": 2,
"rewrites": [
{
"source": "/(.*)",
"destination": "/dist"
}
]
}

0 comments on commit f43820a

Please sign in to comment.