chore(tauri): monorepo structure for the project

This commit is contained in:
Fernando Fernández
2022-02-18 13:44:46 +01:00
parent cad687f32a
commit 9cb4a2b8f4
268 changed files with 5064 additions and 3051 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
"vetur.format.defaultFormatter.html": "prettier",
"i18n-ally.sourceLanguage": "en-US",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"i18n-ally.localesPaths": ["src/locales"],
"i18n-ally.localesPaths": ["frontend/locales"],
"stylelint.validate": ["vue"]
}