diff --git a/.gitattributes b/.gitattributes index 6313b56..b3c7fad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text=auto eol=lf +*.lockb binary diff=lockb diff --git a/bun.lockb b/bun.lockb index 912ad16..f57edc4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 73d8fb1..b7a25e4 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,8 @@ }, "dependencies": { "@tailwindcss/vite": "^4.0.17", + "pinia": "^3.0.1", + "pinia-plugin-persistedstate": "^4.2.0", "tailwindcss": "^4.0.17", "vue": "^3.5.13" }, diff --git a/src/App.vue b/src/App.vue index 77c8701..7ec50dd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,16 +1,9 @@