mirror of
https://github.com/lanedirt/AliasVault.git
synced 2025-12-05 19:07:26 -06:00
31 lines
450 B
Plaintext
31 lines
450 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "AliasVault",
|
|
"path": "../"
|
|
},
|
|
{
|
|
"name": "server",
|
|
"path": "../apps/server"
|
|
},
|
|
{
|
|
"name": "browser-extension",
|
|
"path": "../apps/browser-extension"
|
|
},
|
|
{
|
|
"name": "mobile-app",
|
|
"path": "../apps/mobile-app"
|
|
},
|
|
{
|
|
"path": "../docs"
|
|
},
|
|
{
|
|
"path": "../shared"
|
|
}
|
|
],
|
|
"settings": {
|
|
"java.configuration.updateBuildConfiguration": "disabled",
|
|
"i18n-ally.keystyle": "nested"
|
|
}
|
|
}
|