diff --git a/.gitignore b/.gitignore index 60224f6..605767c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .venv __pycache__/ -.vscode \ No newline at end of file +.vscode +.vercel diff --git a/api b/api new file mode 120000 index 0000000..7a0b7f0 --- /dev/null +++ b/api @@ -0,0 +1 @@ +app \ No newline at end of file diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..497640f --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "rewrites": [ + { "source": "/(.*)", "destination": "/api/main"} + ] +} \ No newline at end of file