mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-16 12:38:56 -04: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"
|
|
}
|
|
}
|