mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-09 20:57:45 +00:00
Updated deps, migrate sveltekit to vitest config
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// import adapter from '@sveltejs/adapter-auto';
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import { configDefaults } from 'vitest/config'
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
@@ -21,11 +20,7 @@ const config = {
|
||||
fallback:'index.html', // index.html (SPA) | null (SSR)
|
||||
precompress: false
|
||||
}),
|
||||
vite: {
|
||||
test: {
|
||||
exclude: [...configDefaults.exclude, './package', './build']
|
||||
}
|
||||
}
|
||||
// vite: { ...moved to vite.config.js... }
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user