-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This brings the three templates of the node-* name into parity. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
- Loading branch information
Showing
3 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
language: node-arm64 | ||
fprocess: node index.js | ||
welcome_message: | | ||
This template is designed for 64-bit ARM. | ||
You have created a new function which uses Node.js 12 (LTS) and the OpenFaaS | ||
Classic Watchdog. | ||
npm i --save can be used to add third-party packages like request or cheerio | ||
npm documentation: https://docs.npmjs.com/ | ||
For high-throughput services, we recommend you use the node12 template which | ||
uses a different version of the OpenFaaS watchdog. |