This commit is contained in:
padreug 2025-02-11 00:25:47 +01:00
parent 9cde9b5cf7
commit f3927b97a4
21 changed files with 8672 additions and 202 deletions

View file

@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
@ -29,6 +29,7 @@
"tailwindcss": "^4.0.1",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.2.0"
}
}