Handling with both Google Cloud Functions and Express
exports.hello = require('./hello'); |
{ | |
"name": "functions-with-express", | |
"version": "1.0.0", | |
"description": "", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Mateusz Haligowski", | |
"license": "ISC", | |
"dependencies": { | |
"express": "^4.15.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment