Compare commits

..

No commits in common. "main" and "1.0.3" have entirely different histories.
main ... 1.0.3

3 changed files with 1 additions and 8 deletions

3
.gitignore vendored
View File

@ -1,4 +1,3 @@
.venv
__pycache__/
.vscode
.vercel
.vscode

1
api
View File

@ -1 +0,0 @@
app

View File

@ -1,5 +0,0 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/api/main"}
]
}