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 d582bb2 commit 86e6db8Copy full SHA for 86e6db8
README.md
@@ -70,11 +70,9 @@ Add a `start` script to `package.json`, with configuration passed via
70
command-line arguments:
71
72
```js
73
-...
74
"scripts": {
75
"start": "functions-framework --function-target=helloWorld"
76
}
77
78
```
79
80
Use `npm start` to start the built-in local development server:
@@ -129,11 +127,9 @@ You can set command-line flags in your `package.json` via the `start` script.
129
127
For example:
130
128
131
132
133
134
135
136
137
138
139
# Enable CloudEvents handling for use with the event function signature
0 commit comments