[Release] v0.2.2

This commit is contained in:
Patryk Rzucidlo (PTKDev)
2023-02-11 18:22:16 +01:00
parent af8a88a755
commit 15101ad506
91 changed files with 21244 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});