ADD: Profile management functionality & store

This commit is contained in:
Robert Kossessa
2024-01-27 02:42:37 +01:00
parent 11c66766bf
commit b23df03df6
8 changed files with 273 additions and 85 deletions

View File

@@ -10,7 +10,7 @@
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"preview": "vite preview",
"serve": "concurrently \"json-server --watch src/data/nanoConfig.json --port=3001\" \"vite\" "
"serve": "concurrently \"json-server src/data/nanoConfig.json --port=3001\" \"vite\" "
},
"main": "background.js",
"dependencies": {
@@ -32,7 +32,6 @@
"vee-validate": "^4.12.4",
"vue": "^3.3.11",
"vue-i18n": "^9.9.0",
"vuex": "^4.1.0",
"zod": "^3.22.4"
},
"devDependencies": {