move to packages

This commit is contained in:
2023-04-26 18:06:09 +02:00
parent 6fb7518b6a
commit 4c25ca005e
40 changed files with 2373 additions and 865 deletions

View File

@@ -1,16 +1,17 @@
{
"folders": [
{
"path": "."
},
{
"path": "packages/backend"
}
],
{
"path": "."
},
{
"path": "packages/backend"
},
{
"path": "packages/frontend"
}
],
"settings": {
"cSpell.words": ["ciphertext", "cryptgeon"],
"i18n-ally.enabledFrameworks": ["svelte"],
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["packages/frontend/locales"]
"i18n-ally.localesPaths": ["packages/frontend/locales"],
"cSpell.words": ["cryptgeon"]
}
}