blah
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vitest/config';
|
||||
import FullReload from 'vite-plugin-full-reload'
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
import FullReload from 'vite-plugin-full-reload';
|
||||
|
||||
export default defineConfig({
|
||||
clearScreen: false,
|
||||
plugins: [
|
||||
tsconfigPaths({loose: true}),
|
||||
sveltekit(),
|
||||
FullReload(["src/**/*.{js,ts,svelte}"])
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user