mirror of
https://github.com/kaiyuran/Emoji-translator-Server.git
synced 2025-01-31 02:33:38 +00:00
trying to add to vercel
This commit is contained in:
parent
73c5ef97d1
commit
2132d87e0c
3 changed files with 18 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1 +1,12 @@
|
||||||
test.py
|
test.py
|
||||||
|
idea/
|
||||||
|
.vscode/
|
||||||
|
__pycache__/
|
||||||
|
.tox/
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
htmlcov/
|
||||||
|
docs/_build/
|
||||||
|
dist/
|
||||||
|
venv/
|
||||||
|
.venv
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# /requirements.txt
|
||||||
|
|
||||||
|
flask==3.0.0
|
||||||
|
# other required dependencies
|
3
vercel.json
Normal file
3
vercel.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"rewrites": [{ "source": "/(.*)", "destination": "app" }]
|
||||||
|
}
|
Loading…
Reference in a new issue