mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 08:16:28 +00:00
Nicco
d7e5a34b14
* move to packages * update deps * update deps * actions maintenance * don't use blob * cli * fix default import * use synthetic default imports * remove comment * cli packaging * node 18 guard * packages * build system * testing * test pipeline * pipelines * changelog * version bump * update locales * update deps * update deps * update dependecies
24 lines
349 B
Plaintext
24 lines
349 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "packages/backend"
|
|
},
|
|
{
|
|
"path": "packages/frontend"
|
|
},
|
|
{
|
|
"path": "packages/cli"
|
|
},
|
|
{
|
|
"path": "packages/shared"
|
|
}
|
|
],
|
|
"settings": {
|
|
"i18n-ally.localesPaths": ["packages/frontend/locales"],
|
|
"cSpell.words": ["cryptgeon"]
|
|
}
|
|
}
|