We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e70911 commit 86bd2d4Copy full SHA for 86bd2d4
README.md
@@ -12,6 +12,12 @@ same React code you would on the browser on Cloudflare Workers.
12
13
- `yarn preview`
14
15
+#### Static hosting
16
+In order for this application to work, you'll have to be able to serve `/worker.js` from your own origin.
17
+This example uses terraform to upload the worker script to Google Cloud Storage, but you are welcome to
18
+use any other origin.
19
+- https://cloud.google.com/storage/docs/hosting-static-website
20
+
21
#### Terraform
22
If you'd like to use terraform to upload your worker scripts, you'll need a
23
vars file with the following variables
0 commit comments