Skip to content

Commit 5693eac

Browse files
committed
Update to v3.0.3 in vercel.json
1 parent cf5ab75 commit 5693eac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ configuration in the root directory (`my-bash-project`):
5151
{
5252
"version": 2,
5353
"functions": {
54-
"api/*.sh": { "runtime": "[email protected].2" }
54+
"api/*.sh": { "runtime": "[email protected].3" }
5555
}
5656
}
5757
```
@@ -64,7 +64,7 @@ The `IMPORT_` prefix must not be set in this case:
6464
"version": 2,
6565
"functions": {
6666
"api/*.sh": {
67-
"runtime": "[email protected].2",
67+
"runtime": "[email protected].3",
6868
"config": {
6969
"import": {
7070
"DEBUG": "1"

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"public": true,
33
"functions": {
4-
"api/*.sh": { "runtime": "[email protected].2" }
4+
"api/*.sh": { "runtime": "[email protected].3" }
55
}
66
}

0 commit comments

Comments
 (0)