Skip to content

Commit

Permalink
chore: make fvm optional with melos
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Aug 8, 2024
1 parent 8d51b73 commit 1cdaa06
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 1cdaa06

Please sign in to comment.