Changed test and added sharp

This commit is contained in:
Patrick Alvin Alcala 2025-08-26 15:11:24 +08:00
parent 8e0469a194
commit e4c1aad8a3

View file

@ -7,7 +7,7 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest"
"test": "playwright test"
},
"dependencies": {
"@astrojs/solid-js": "^5.1.0",
@ -15,6 +15,7 @@
"astro": "^5.13.3",
"astro-compressor": "^1.1.2",
"lightningcss": "^1.30.1",
"sharp": "^0.34.3",
"solid-js": "^1.9.9"
},
"devDependencies": {