fix hot-reload not working
Some checks failed
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Has been cancelled
deploy / build-and-deploy (/varo, /opt/website, website) (push) Has been cancelled

This commit is contained in:
2025-09-28 02:39:30 +02:00
parent 5f60bd1f2b
commit fb385ec8b8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"@inox-tools/runtime-logger": "^0.6.0",
"@tailwindcss/vite": "^4.1.12",
"astro": "^5.13.0",
"astro-icon": "^1.1.5",
"astro-icon": "=1.1.2",
"bcrypt": "^6.0.0",
"daisyui": "^5.0.50",
"drizzle-orm": "^0.44.4",
@@ -3280,9 +3280,9 @@
}
},
"node_modules/astro-icon": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.5.tgz",
"integrity": "sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.2.tgz",
"integrity": "sha512-2qAHBtZLYuFEIMP0Ck0edyLi5fQmJjwP2Qbv41f8L4KAJ2sra/dH7q5lCOn4q0DHVtS0w3tPG8UKQRits3UPcg==",
"license": "MIT",
"dependencies": {
"@iconify/tools": "^4.0.5",

View File

@@ -19,7 +19,7 @@
"@inox-tools/runtime-logger": "^0.6.0",
"@tailwindcss/vite": "^4.1.12",
"astro": "^5.13.0",
"astro-icon": "^1.1.5",
"astro-icon": "=1.1.2",
"bcrypt": "^6.0.0",
"daisyui": "^5.0.50",
"drizzle-orm": "^0.44.4",