Skip to content

Commit 5ca4670

Browse files
authored
Merge pull request #8 from plebnet-dev/pr-7
local runtime vs vercel
2 parents eebe57e + f5434b1 commit 5ca4670

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vercel.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
],
55
"routes": [
66
{"src": "/(.*)", "dest": "src/app.py"}
7-
]
7+
],
8+
"env": {
9+
"LC_ALL": "C",
10+
"LC_NUMERIC": "C",
11+
"LANG": "C"
12+
}
813
}

0 commit comments

Comments
 (0)