aboutsummaryrefslogtreecommitdiffstats
path: root/vercel.json
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-09-18 17:41:59 -0700
committerPinapelz <donaldshan1@outlook.com>2023-09-18 17:41:59 -0700
commitc2239d5e360d8d44a18e76c562d03a01dea05c74 (patch)
tree898360217353744ade79750bb1dc6be16070c227 /vercel.json
Initial Commit
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