Skip to content

Commit a346010

Browse files
Removed steps for S3_REGION comment removal
1 parent 495f122 commit a346010

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/CONTRIBUTING.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -316,27 +316,6 @@ with `CTRL-C` and rerun this command every time you change the backend code):
316316
cargo run --bin server
317317
```
318318
319-
> If you get an error that looks like:
320-
>
321-
> ```
322-
> thread 'main' panicked at 'must have `GIT_REPO_URL` defined', src/lib.rs:227
323-
> ```
324-
>
325-
> Edit your `.env` and remove the comment after the `S3_REGION` variable. That
326-
> is, change this:
327-
>
328-
> ```
329-
> export S3_REGION= # not needed if the S3 bucket is in US standard
330-
> ```
331-
>
332-
> to this:
333-
>
334-
> ```
335-
> export S3_REGION=
336-
> ```
337-
>
338-
> and then try running `cargo run --bin server` again.
339-
340319
Then start a frontend that uses this backend by running this command in another
341320
terminal session (the frontend picks up frontend changes using live reload
342321
without a restart needed, and you can leave the frontend running while you

0 commit comments

Comments
 (0)