Skip to content

Commit

Permalink
Merge pull request #674 from hpi-studyu/chore/fvm-melos
Browse files Browse the repository at this point in the history
chore: make fvm optional with melos
  • Loading branch information
johannesvedder authored Aug 9, 2024
2 parents 7558c7b + 89b1ca1 commit 5ba72cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Languages & Frameworks -> Flutter -> Flutter SDK path and set the path to the F
(`<path to the studyu repository>/.fvm/flutter_sdk`). For VS Code, have a look at
the [FVM documentation](https://fvm.app/documentation/guides/vscode).

Using FVM with melos requires setting the `MELOS_SDK_PATH` environment variable to the path of the
FVM Flutter SDK. This can be done by running `export MELOS_SDK_PATH=.fvm/flutter_sdk` in the
terminal. This is needed to ensure that melos uses the correct Flutter SDK version.

## Database and Backend

We are using a self-hosted instance of [Supabase](https://supabase.com/) as a
Expand Down
1 change: 0 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: studyu
repository: https://github.com/hpi-studyu/studyu
sdkPath: .fvm/flutter_sdk

packages:
- app
Expand Down

0 comments on commit 5ba72cf

Please sign in to comment.