chore: remove enhanced-img, unused

This commit is contained in:
dusk 2025-02-22 12:56:39 +03:00
parent 2c2ad42b79
commit 62fb94c311
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
3 changed files with 1 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -12,7 +12,6 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/enhanced-img": "^0.3.10",
"@sveltejs/kit": "^2.17.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",

View File

@ -1,10 +1,8 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { enhancedImages } from '@sveltejs/enhanced-img';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [
enhancedImages(),
sveltekit()
sveltekit(),
]
});