From 5197c65a43f9a42f4bee0b2829e98be4192abe67 Mon Sep 17 00:00:00 2001 From: Abdelrahman Bayoumi Date: Thu, 25 Jul 2024 17:40:14 +0300 Subject: [PATCH] chore: Update .gitignore and vercel.json configuration --- .gitignore | 3 ++- vercel.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 72239e9..f72b7fd 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ lerna-debug.log* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json -!.vscode/extensions.json \ No newline at end of file +!.vscode/extensions.json +.vercel diff --git a/vercel.json b/vercel.json index 68f24ad..854d472 100644 --- a/vercel.json +++ b/vercel.json @@ -9,7 +9,7 @@ "routes": [ { "src": "/(.*)", - "dest": "dist/main.js" + "dest": "src/main.ts" } ] } \ No newline at end of file