You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Sets up [netlify-lambda](https://github.com/netlify/netlify-lambda) for vue-cli
10
10
vue add netlify-lambda
11
11
```
12
12
13
+
_Note, until [this PR](https://github.com/vuejs/vue-cli/pull/1038/files) gets merged into vue-cli, this will also modify binaries in the project in a way that breaks their encoding, so only commit the relevant files_
14
+
13
15
## Usage
14
16
15
17
This ads a `netlify.toml` and a `src/lambda` folder with an example `hello.js` lambda function.
0 commit comments