mirror of
https://github.com/requarks/wiki.git
synced 2026-08-27 05:37:10 -05:00
23 lines
260 B
Plaintext
23 lines
260 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "server",
|
|
"path": "server"
|
|
},
|
|
{
|
|
"name": "ux",
|
|
"path": "ux"
|
|
},
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"i18n-ally.localesPaths": [
|
|
"src/i18n",
|
|
"src/i18n/locales"
|
|
],
|
|
"i18n-ally.keystyle": "nested"
|
|
}
|
|
}
|