We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e375f6 commit 0288e1eCopy full SHA for 0288e1e
vercel.json
@@ -0,0 +1,10 @@
1
+{
2
+ "version": 2,
3
+ "name": "leetcode_api",
4
+ "builds": [
5
+ { "src": "index.js", "use": "@vercel/node" }
6
+ ],
7
+ "routes": [
8
+ { "src": "/(.*)", "dest": "/index.js" }
9
+ ]
10
+}
0 commit comments