Skip to content

Commit 12b212d

Browse files
committed
docs: WIP directions on redirecting to local ficsit-cli build
1 parent 0511f47 commit 12b212d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Since the build action is triggered on every push to any branch,
99
non developers can obtain testing builds easily from [GitHub Actions](https://github.com/satisfactorymodding/SatisfactoryModManager/actions/workflows/push.yml) artifact output.
1010
You need to be signed into GitHub to download them, and they expire after some time.
1111

12-
TODO how to point dev builds to ficsit.dev (staging) instead?
12+
To point development builds to ficsit.dev instead of production, see the [Readme's configuration section](./README.md#Configuration).
1313

1414
## Releases
1515

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ If you want to point to the SMR staging API instead of production, edit:
5151
* `main.go` to set `api-base` to the staging api (`https://api.ficsit.dev`)
5252
* `frontend\.graphqlrc.yml` to set `schema` to the staging api (`https://api.ficsit.dev/v2/query`)
5353

54+
If you want to use a local build of [ficsit-cli](https://github.com/satisfactorymodding/ficsit-cli), TODO probably this replace command?
55+
<https://go.dev/wiki/Modules#when-should-i-use-the-replace-directive>
56+
ex. `go mod edit -replace github.com/satisfactorymodding/ficsit-cli=C:\Git\ficsit-cli` and do not commit the change
57+
5458
### Development Server
5559

5660
The development server will hot reload whenever you make changes to the Go or Typescript code.

0 commit comments

Comments
 (0)