yarn upgrade

This commit is contained in:
2022-09-15 16:02:24 +00:00
parent ac7eec418c
commit c8443f4d11
502 changed files with 1649 additions and 4536 deletions

11
.vscode/settings.json vendored
View File

@@ -30,5 +30,14 @@
"node_modules/tibi-types/schemas/api-config/collection.json": "api/collections/*.y*ml",
"node_modules/tibi-types/schemas/api-config/field.json": "api/collections/fields/*.y*ml"
},
"yaml.customTags": ["!include scalar"]
"yaml.customTags": ["!include scalar"],
"filewatcher.commands": [
{
"match": "/api/.*(\\.ya?ml|js|env)$",
"isAsync": false,
"cmd": "docker compose -p tibi-svelte-starter-local restart tibiserver",
"event": "onFileChange"
}
],
"i18n-ally.localesPaths": []
}