We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 020228d + a8b459a commit 65c8b90Copy full SHA for 65c8b90
.gitignore
@@ -31,4 +31,5 @@ ehthumbs.db
31
Desktop.ini
32
/coverage
33
package-lock.json
34
-output.txt
+output.txt
35
+.vercel
vercel.json
@@ -1,16 +1 @@
1
-{
2
- "functions": {
3
- "src/server/index.js": {
4
- "runtime": "nodejs18.x"
5
- }
6
- },
7
- "rewrites": [
8
- {
9
- "source": "/api/(.*)",
10
- "destination": "/src/server/index.js"
11
12
- ],
13
- "env": {
14
- "NODE_ENV": "production"
15
16
-}
+{}
0 commit comments