gcloud-functions-gen2
Advanced tools
Comparing version 1.19.1-dev-1 to 1.19.1-dev-2
/** | ||
* @remix-run/google-cloud-functions v1.19.1-dev-1 | ||
* @remix-run/google-cloud-functions v1.19.1-dev-2 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/google-cloud-functions v1.19.1-dev-1 | ||
* @remix-run/google-cloud-functions v1.19.1-dev-2 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/google-cloud-functions v1.19.1-dev-1 | ||
* @remix-run/google-cloud-functions v1.19.1-dev-2 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "gcloud-functions-gen2", | ||
"version": "1.19.1-dev-1", | ||
"version": "1.19.1-dev-2", | ||
"description": "Google Cloud Functions server request handler for Remix", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -1,13 +0,16 @@ | ||
# Welcome to Remix! | ||
# Welcome to Remix Google Cloud Functions Adapter! | ||
[Remix](https://remix.run) is a web framework that helps you build better websites with React. | ||
To get started, open a new shell and run: | ||
This is a Remix Adapter for Google Cloud Functions | ||
```sh | ||
npx create-remix@latest | ||
``` | ||
## To Publish | ||
Then follow the prompts you see in your terminal. | ||
Edit the `packages/remix-google-cloud-functions/package.json` to have the correct remix dependency version and the desired publication version | ||
1. run `yarn install && yarn build` in the root of the monorepo.` | ||
2. `cd build/node_modules/@remix-run/google-cloud-functions/` | ||
3. `npm publish` | ||
For more information about Remix, [visit remix.run](https://remix.run)! |
6088
17