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