Update background to grayscale gradient
Some checks failed
Deploy to Production / deploy (push) Failing after 7s

This commit is contained in:
2026-02-15 21:51:40 +01:00
parent 17bca94c1b
commit 80954beb6f
7 changed files with 248 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "rubic-cube",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"lucide-vue-next": "^0.564.0",
"vue": "^3.5.13"
},
"devDependencies": {