aboutsummaryrefslogtreecommitdiffstats
path: root/vercel.json
diff options
context:
space:
mode:
Diffstat (limited to 'vercel.json')
-rw-r--r--vercel.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json
new file mode 100644
index 0000000..d79b7f1
--- /dev/null
+++ b/vercel.json
@@ -0,0 +1,14 @@
+{
+ "builds":[
+ {
+ "src":"api/app.py",
+ "use":"@vercel/python"
+ }
+ ],
+ "routes":[
+ {
+ "src":"/(.*)",
+ "dest":"api/app.py"
+ }
+ ]
+ } \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage