File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -316,27 +316,6 @@ with `CTRL-C` and rerun this command every time you change the backend code):
316
316
cargo run --bin server
317
317
```
318
318
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
-
340
319
Then start a frontend that uses this backend by running this command in another
341
320
terminal session (the frontend picks up frontend changes using live reload
342
321
without a restart needed, and you can leave the frontend running while you
You can’t perform that action at this time.
0 commit comments