mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-23 12:27:00 +00:00
9 lines
157 B
TypeScript
9 lines
157 B
TypeScript
import { sveltekit } from '@sveltejs/kit/vite';
|
|
|
|
export default {
|
|
plugins: [sveltekit()],
|
|
test: {
|
|
include: ['src/**/*.{test,spec}.{js,ts}'],
|
|
},
|
|
};
|