Skip to content

Instantly share code, notes, and snippets.

@grant
Created December 19, 2021 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/e348f4693c4c91b031d1539492847ad0 to your computer and use it in GitHub Desktop.
Save grant/e348f4693c4c91b031d1539492847ad0 to your computer and use it in GitHub Desktop.
Simple Node Function package.json
{
"main": "index.js",
"dependencies": {
"@google-cloud/functions-framework": "^2.1.0"
},
"scripts": {
"start": "npx @google-cloud/functions-framework --target=helloWorld"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment