feat(app): store settings in the local storage

This commit is contained in:
2025-12-28 23:56:23 +01:00
parent 17ac97a650
commit e912270d1e
3 changed files with 56 additions and 19 deletions

View File

@@ -19,7 +19,8 @@
"pinia": "3.0.4",
"three": "^0.182.0",
"vue": "3.5.25",
"vue-router": "4.6.3"
"vue-router": "4.6.3",
"zod": "^4.2.1"
},
"devDependencies": {
"@nuxt/content": "3.8.2",
@@ -34,7 +35,6 @@
"eslint": "9.39.1",
"nuxt": "4.2.1",
"prettier": "3.6.2",
"typescript": "5.9.3",
"zod": "4.1.12"
"typescript": "5.9.3"
}
}