Skip to content

Commit

Permalink
chore: Update .gitignore and vercel.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanBayoumi committed Jul 25, 2024
1 parent bfb367d commit 5197c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json
.vercel
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"routes": [
{
"src": "/(.*)",
"dest": "dist/main.js"
"dest": "src/main.ts"
}
]
}

0 comments on commit 5197c65

Please sign in to comment.