jacksmith is gay

This commit is contained in:
2023-04-06 10:24:33 +05:00
parent f5f05c1908
commit 54f76891d3
25 changed files with 5126 additions and 5133 deletions

9
vite.config.js Normal file
View 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}']
}
});