Skip to content

Commit efbe093

Browse files
committed
add type of template to handler.json
1 parent fe1f2cc commit efbe093

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

functions/example/handler.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "knative-job-example",
33
"version": "1.1.0",
4+
"type": "node-graphql",
45
"description": "Example Knative job function"
56
}

functions/send-email-link/handler.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "send-email-link",
33
"version": "1.1.0",
4+
"type": "node-graphql",
45
"description": "Sends invite, password reset, and verification emails",
56
"dependencies": {
67
"@constructive-io/postmaster": "^1.1.0",

functions/simple-email/handler.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "simple-email",
33
"version": "1.1.0",
4+
"type": "node-graphql",
45
"description": "Simple Knative email function that sends emails directly from job payload",
56
"dependencies": {
67
"@constructive-io/postmaster": "^1.1.0",

0 commit comments

Comments
 (0)