Skip to content

Commit 65c8b90

Browse files
authored
Merge pull request #31 from dailker/main
chore: vercel fix & .gitignore
2 parents 020228d + a8b459a commit 65c8b90

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ ehthumbs.db
3131
Desktop.ini
3232
/coverage
3333
package-lock.json
34-
output.txt
34+
output.txt
35+
.vercel

vercel.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
}
1+
{}

0 commit comments

Comments
 (0)