mirror of
https://github.com/wireadmin/wireadmin
synced 2025-03-09 21:30:14 +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}'],
|
|
},
|
|
};
|