mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-12 16:55:33 +00:00
chore: Replace @tailwindcss/postcss with @tailwindcss/vite.
This commit is contained in:
parent
ace10a2270
commit
cfc6ef2bf9
4 changed files with 18 additions and 27 deletions
|
@ -1,8 +1,9 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
plugins: [tailwindcss(), sveltekit()],
|
||||
test: {
|
||||
include: ['src/**/*.{test,spec}.{js,ts}']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue