mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 16:25:36 +02:00
style: apply consistent formatting and spacing across multiple files
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import {createImageOptimizer} from 'sveltekit-image-optimize';
|
||||
import type {Handle} from '@sveltejs/kit';
|
||||
import {createFileSystemCache} from 'sveltekit-image-optimize/cache-adapters';
|
||||
import type {HandleServerError} from '@sveltejs/kit';
|
||||
|
||||
const cache = createFileSystemCache('./cache');
|
||||
const imageHandler = createImageOptimizer({
|
||||
|
||||
Reference in New Issue
Block a user