Skip to content

Instantly share code, notes, and snippets.

@grant
Last active August 13, 2021 01:33
Show Gist options
  • Save grant/5793ee5d5b2d7a7662efe7a64d64bd8d to your computer and use it in GitHub Desktop.
Save grant/5793ee5d5b2d7a7662efe7a64d64bd8d to your computer and use it in GitHub Desktop.
{
"name": "nodejs-ff-esm",
"type": "module",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "functions-framework --target=esm"
},
"dependencies": {
"@google-cloud/functions-framework": "^1.9.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment