mirror of
https://github.com/immich-app/immich.git
synced 2024-12-17 12:22:31 +02:00
0a598ae1b8
* chore(mobile): ignore .fvm directory and update .fvmrc version * chore(cli): add nvm and volta node versioning files/config * chore(docs): add nvm and volta node versioning files/config, bump to node v20 * chore(server): add nvm node versioning file * chore(web): add nvm and volta node versioning files/config * chore(e2e): add nvm and volta node versioning files/config
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"dart.flutterSdkPath": ".fvm/versions/3.19.3",
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
}
|
|
} |