Update to generate UUID on startup and store in or get from localstorage.

This commit is contained in:
Jesse Malotaux 2025-03-23 18:20:13 +01:00
parent 91dadd9bd1
commit 2fe38fbe1f
4 changed files with 83 additions and 1 deletions

View file

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
@ -27,6 +27,7 @@
"prettier": "^3.5.1",
"sass-embedded": "^1.85.1",
"tailwindcss": "^4.0.9",
"uuid": "^11.1.0",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.2"
}