hotfix godspeed

This commit is contained in:
Face 2025-06-28 22:59:33 +03:00
parent e34d564b4d
commit 7b670c1f93
6 changed files with 212 additions and 151 deletions

View file

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