gcloud-functions-gen2
v1.19.3-dev2
Published
Google Cloud Functions server request handler for Remix
Downloads
5,741
Keywords
Readme
Welcome to Remix Google Cloud Functions Adapter!
Remix is a web framework that helps you build better websites with React.
This is a Remix Adapter for Google Cloud Functions
To Rebase
git rebase [email protected]
To Publish
Before publishing check the git sha of the release from github of the main remix project and run git diff <sha of main release>
Edit the packages/remix-google-cloud-functions/package.json
to have the correct remix dependency version and the desired publication version
- run
yarn install && yarn build
in the root of the monorepo.` cd build/node_modules/@remix-run/google-cloud-functions/
npm publish
For more information about Remix, visit remix.run!