chore(store): add AppSettings example (#573)

* basic example foundation

* add examples to workspace

* cleanup and load fix

* fmt

* reset lockfile

---------

Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
Jarrodsz
2024-02-26 18:34:54 +01:00
committed by GitHub
parent 7c59242905
commit 382fc3a7bf
41 changed files with 790 additions and 489 deletions
@@ -0,0 +1,15 @@
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "1.5.10",
"vite": "^5.0.12",
"typescript": "^5.3.3"
}
}