Skip to content

Commit

Permalink
Merge pull request #9 from ahmad1702/8-initial-vercel-config
Browse files Browse the repository at this point in the history
#8 - initial vercel config
  • Loading branch information
ahmad1702 authored May 3, 2023
2 parents 1760d4a + 569d29b commit d23758e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"devCommand": "npm run dev",
"installCommand": "npm install"
}

0 comments on commit d23758e

Please sign in to comment.