Started on timeline

This commit is contained in:
BOTAlex 2024-02-27 10:26:04 +01:00
parent 3d36a59d36
commit 76e57d82c5
8 changed files with 764 additions and 67 deletions

View file

@ -1,6 +1,7 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
import { imagetools } from '@zerodevx/svelte-img/vite' // https://zerodevx.github.io/svelte-img/
export default defineConfig({
plugins: [sveltekit()]
plugins: [sveltekit(), imagetools()]
});