this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add route

nove-b 105f64ef 760ce242

+3
+3
vercel.json
··· 2 2 "version": 2, 3 3 "builds": [ 4 4 { "src": "api/*.ts", "use": "@vercel/node" } 5 + ], 6 + "routes": [ 7 + { "src": "/api/(.*)", "dest": "/api/$1" } 5 8 ] 6 9 } 7 10