hotfix godspeed
This commit is contained in:
parent
e34d564b4d
commit
7b670c1f93
6 changed files with 212 additions and 151 deletions
|
|
@ -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()]
|
||||
});
|
||||
|
|
|
|||
Reference in a new issue