mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-07-25 08:17:41 +00:00
jacksmith is gay
This commit is contained in:
9
vite.config.js
Normal file
9
vite.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
test: {
|
||||
include: ['src/**/*.{test,spec}.{js,ts}']
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user