We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3623ed5 commit e1fd24dCopy full SHA for e1fd24d
README.md
@@ -50,7 +50,7 @@ configuration in the root directory (`my-bash-project`):
50
{
51
"version": 2,
52
"functions": {
53
- "api/*.sh": { "runtime": "vercel-bash@3.0.8" }
+ "api/*.sh": { "runtime": "vercel-bash@4.0.0" }
54
}
55
56
```
@@ -63,7 +63,7 @@ The `IMPORT_` prefix must not be set in this case:
63
64
65
"api/*.sh": {
66
- "runtime": "vercel-bash@3.0.8",
+ "runtime": "vercel-bash@4.0.0",
67
"config": {
68
"import": {
69
"DEBUG": "1"
0 commit comments